@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregateStatus extends Object implements Serializable, Cloneable, StructuredPojo
Aggregate status of Agent components.
| Constructor and Description |
|---|
AggregateStatus() |
| Modifier and Type | Method and Description |
|---|---|
AggregateStatus |
addSignatureMapEntry(String key,
Boolean value)
Add a single SignatureMap entry
|
AggregateStatus |
clearSignatureMapEntries()
Removes all the entries added into SignatureMap.
|
AggregateStatus |
clone() |
boolean |
equals(Object obj) |
Map<String,Boolean> |
getSignatureMap()
Sparse map of failure signatures.
|
String |
getStatus()
Aggregate status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSignatureMap(Map<String,Boolean> signatureMap)
Sparse map of failure signatures.
|
void |
setStatus(String status)
Aggregate status.
|
String |
toString()
Returns a string representation of this object.
|
AggregateStatus |
withSignatureMap(Map<String,Boolean> signatureMap)
Sparse map of failure signatures.
|
AggregateStatus |
withStatus(AgentStatus status)
Aggregate status.
|
AggregateStatus |
withStatus(String status)
Aggregate status.
|
public Map<String,Boolean> getSignatureMap()
Sparse map of failure signatures.
public void setSignatureMap(Map<String,Boolean> signatureMap)
Sparse map of failure signatures.
signatureMap - Sparse map of failure signatures.public AggregateStatus withSignatureMap(Map<String,Boolean> signatureMap)
Sparse map of failure signatures.
signatureMap - Sparse map of failure signatures.public AggregateStatus addSignatureMapEntry(String key, Boolean value)
public AggregateStatus clearSignatureMapEntries()
public void setStatus(String status)
Aggregate status.
status - Aggregate status.AgentStatuspublic String getStatus()
Aggregate status.
AgentStatuspublic AggregateStatus withStatus(String status)
Aggregate status.
status - Aggregate status.AgentStatuspublic AggregateStatus withStatus(AgentStatus status)
Aggregate status.
status - Aggregate status.AgentStatuspublic String toString()
toString in class ObjectObject.toString()public AggregateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.