@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentStatusReference extends Object implements Serializable, Cloneable, StructuredPojo
Information about the agent's status.
| Constructor and Description |
|---|
AgentStatusReference() |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusReference |
clone() |
boolean |
equals(Object obj) |
String |
getStatusArn()
The Amazon Resource Name (ARN) of the agent's status.
|
Date |
getStatusStartTimestamp()
The start timestamp of the agent's status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
void |
setStatusStartTimestamp(Date statusStartTimestamp)
The start timestamp of the agent's status.
|
String |
toString()
Returns a string representation of this object.
|
AgentStatusReference |
withStatusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
AgentStatusReference |
withStatusStartTimestamp(Date statusStartTimestamp)
The start timestamp of the agent's status.
|
public void setStatusStartTimestamp(Date statusStartTimestamp)
The start timestamp of the agent's status.
statusStartTimestamp - The start timestamp of the agent's status.public Date getStatusStartTimestamp()
The start timestamp of the agent's status.
public AgentStatusReference withStatusStartTimestamp(Date statusStartTimestamp)
The start timestamp of the agent's status.
statusStartTimestamp - The start timestamp of the agent's status.public void setStatusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
statusArn - The Amazon Resource Name (ARN) of the agent's status.public String getStatusArn()
The Amazon Resource Name (ARN) of the agent's status.
public AgentStatusReference withStatusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
statusArn - The Amazon Resource Name (ARN) of the agent's status.public String toString()
toString in class ObjectObject.toString()public AgentStatusReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.