@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
GetStatisticsResult |
clone() |
boolean |
equals(Object obj) |
Statistics |
getStatistics()
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
int |
hashCode() |
void |
setStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
String |
toString()
Returns a string representation of this object.
|
GetStatisticsResult |
withStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
statistics
- The statistics returned by the Fleet Indexing service based on the query and aggregation field.public Statistics getStatistics()
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
public GetStatisticsResult withStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
statistics
- The statistics returned by the Fleet Indexing service based on the query and aggregation field.public String toString()
toString
in class Object
Object.toString()
public GetStatisticsResult clone()