@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Information about the coverage statistics for a resource.
Constructor and Description |
---|
CoverageStatistics() |
Modifier and Type | Method and Description |
---|---|
CoverageStatistics |
addCountByCoverageStatusEntry(String key,
Long value)
Add a single CountByCoverageStatus entry
|
CoverageStatistics |
addCountByResourceTypeEntry(String key,
Long value)
Add a single CountByResourceType entry
|
CoverageStatistics |
clearCountByCoverageStatusEntries()
Removes all the entries added into CountByCoverageStatus.
|
CoverageStatistics |
clearCountByResourceTypeEntries()
Removes all the entries added into CountByResourceType.
|
CoverageStatistics |
clone() |
boolean |
equals(Object obj) |
Map<String,Long> |
getCountByCoverageStatus()
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
Map<String,Long> |
getCountByResourceType()
Represents coverage statistics for EKS clusters aggregated by resource type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCountByCoverageStatus(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
void |
setCountByResourceType(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
|
String |
toString()
Returns a string representation of this object.
|
CoverageStatistics |
withCountByCoverageStatus(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
CoverageStatistics |
withCountByResourceType(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
|
public Map<String,Long> getCountByResourceType()
Represents coverage statistics for EKS clusters aggregated by resource type.
public void setCountByResourceType(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
countByResourceType
- Represents coverage statistics for EKS clusters aggregated by resource type.public CoverageStatistics withCountByResourceType(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
countByResourceType
- Represents coverage statistics for EKS clusters aggregated by resource type.public CoverageStatistics addCountByResourceTypeEntry(String key, Long value)
public CoverageStatistics clearCountByResourceTypeEntries()
public Map<String,Long> getCountByCoverageStatus()
Represents coverage statistics for EKS clusters aggregated by coverage status.
public void setCountByCoverageStatus(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
countByCoverageStatus
- Represents coverage statistics for EKS clusters aggregated by coverage status.public CoverageStatistics withCountByCoverageStatus(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
countByCoverageStatus
- Represents coverage statistics for EKS clusters aggregated by coverage status.public CoverageStatistics addCountByCoverageStatusEntry(String key, Long value)
public CoverageStatistics clearCountByCoverageStatusEntries()
public String toString()
toString
in class Object
Object.toString()
public CoverageStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.