@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoverageStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCoverageStatisticsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCoverageStatisticsResult |
clone() |
boolean |
equals(Object obj) |
CoverageStatistics |
getCoverageStatistics()
Represents the count aggregated by the
statusCode and resourceType. |
int |
hashCode() |
void |
setCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
String |
toString()
Returns a string representation of this object.
|
GetCoverageStatisticsResult |
withCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the statusCode and resourceType.
coverageStatistics - Represents the count aggregated by the statusCode and resourceType.public CoverageStatistics getCoverageStatistics()
Represents the count aggregated by the statusCode and resourceType.
statusCode and resourceType.public GetCoverageStatisticsResult withCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the statusCode and resourceType.
coverageStatistics - Represents the count aggregated by the statusCode and resourceType.public String toString()
toString in class ObjectObject.toString()public GetCoverageStatisticsResult clone()