Class TableMetricRequest
- java.lang.Object
-
- pl.wrzasq.lambda.metrics.dynamodb.model.TableMetricRequest
-
public class TableMetricRequest extends Object
Request specifying subject table.
-
-
Constructor Summary
Constructors Constructor Description TableMetricRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getTableName()
DynamoDb table name.int
hashCode()
void
setTableName(String tableName)
DynamoDb table name.String
toString()
-