@Generated(value="software.amazon.awssdk:codegen") public class InstanceAggregatedAssociationOverview extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceAggregatedAssociationOverview.Builder,InstanceAggregatedAssociationOverview>
Status information about the aggregated associations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceAggregatedAssociationOverview.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAggregatedAssociationOverview.Builder |
builder() |
String |
detailedStatus()
Detailed status information about the aggregated associations.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Map<String,Integer> |
instanceAssociationStatusAggregatedCount()
The number of associations for the instance(s).
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends InstanceAggregatedAssociationOverview.Builder> |
serializableBuilderClass() |
InstanceAggregatedAssociationOverview.Builder |
toBuilder() |
String |
toString() |
public String detailedStatus()
Detailed status information about the aggregated associations.
public Map<String,Integer> instanceAssociationStatusAggregatedCount()
The number of associations for the instance(s).
public InstanceAggregatedAssociationOverview.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceAggregatedAssociationOverview.Builder,InstanceAggregatedAssociationOverview>public static InstanceAggregatedAssociationOverview.Builder builder()
public static Class<? extends InstanceAggregatedAssociationOverview.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.