@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.AgentStatus
public String getStatus()
Aggregate status.
AgentStatus
public AggregateStatus withStatus(String status)
Aggregate status.
status
- Aggregate status.AgentStatus
public AggregateStatus withStatus(AgentStatus status)
Aggregate status.
status
- Aggregate status.AgentStatus
public String toString()
toString
in class Object
Object.toString()
public AggregateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.