@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAggregatedAssociationOverview extends Object implements Serializable, Cloneable, StructuredPojo
Status information about the aggregated associations.
Constructor and Description |
---|
InstanceAggregatedAssociationOverview() |
Modifier and Type | Method and Description |
---|---|
InstanceAggregatedAssociationOverview |
addInstanceAssociationStatusAggregatedCountEntry(String key,
Integer value) |
InstanceAggregatedAssociationOverview |
clearInstanceAssociationStatusAggregatedCountEntries()
Removes all the entries added into InstanceAssociationStatusAggregatedCount.
|
InstanceAggregatedAssociationOverview |
clone() |
boolean |
equals(Object obj) |
String |
getDetailedStatus()
Detailed status information about the aggregated associations.
|
Map<String,Integer> |
getInstanceAssociationStatusAggregatedCount()
The number of associations for the instance(s).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetailedStatus(String detailedStatus)
Detailed status information about the aggregated associations.
|
void |
setInstanceAssociationStatusAggregatedCount(Map<String,Integer> instanceAssociationStatusAggregatedCount)
The number of associations for the instance(s).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstanceAggregatedAssociationOverview |
withDetailedStatus(String detailedStatus)
Detailed status information about the aggregated associations.
|
InstanceAggregatedAssociationOverview |
withInstanceAssociationStatusAggregatedCount(Map<String,Integer> instanceAssociationStatusAggregatedCount)
The number of associations for the instance(s).
|
public InstanceAggregatedAssociationOverview()
public void setDetailedStatus(String detailedStatus)
Detailed status information about the aggregated associations.
detailedStatus
- Detailed status information about the aggregated associations.public String getDetailedStatus()
Detailed status information about the aggregated associations.
public InstanceAggregatedAssociationOverview withDetailedStatus(String detailedStatus)
Detailed status information about the aggregated associations.
detailedStatus
- Detailed status information about the aggregated associations.public Map<String,Integer> getInstanceAssociationStatusAggregatedCount()
The number of associations for the instance(s).
public void setInstanceAssociationStatusAggregatedCount(Map<String,Integer> instanceAssociationStatusAggregatedCount)
The number of associations for the instance(s).
instanceAssociationStatusAggregatedCount
- The number of associations for the instance(s).public InstanceAggregatedAssociationOverview withInstanceAssociationStatusAggregatedCount(Map<String,Integer> instanceAssociationStatusAggregatedCount)
The number of associations for the instance(s).
instanceAssociationStatusAggregatedCount
- The number of associations for the instance(s).public InstanceAggregatedAssociationOverview addInstanceAssociationStatusAggregatedCountEntry(String key, Integer value)
public InstanceAggregatedAssociationOverview clearInstanceAssociationStatusAggregatedCountEntries()
public String toString()
toString
in class Object
Object.toString()
public InstanceAggregatedAssociationOverview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.