@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.
|
String |
getStatusName()
The name of the agent status.
|
Date |
getStatusStartTimestamp()
The start timestamp of the agent's status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
void |
setStatusName(String statusName)
The name of the agent 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 |
withStatusName(String statusName)
The name of the agent 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 void setStatusName(String statusName)
The name of the agent status.
statusName
- The name of the agent status.public String getStatusName()
The name of the agent status.
public AgentStatusReference withStatusName(String statusName)
The name of the agent status.
statusName
- The name of the agent status.public String toString()
toString
in class Object
Object.toString()
public AgentStatusReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.