public class AgentStatusReference
extends java.lang.Object
implements java.io.Serializable
Information about the agent's status.
| Constructor and Description |
|---|
AgentStatusReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStatusArn()
The Amazon Resource Name (ARN) of the agent's status.
|
java.lang.String |
getStatusName()
The name of the agent status.
|
java.util.Date |
getStatusStartTimestamp()
The start timestamp of the agent's status.
|
int |
hashCode() |
void |
setStatusArn(java.lang.String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
void |
setStatusName(java.lang.String statusName)
The name of the agent status.
|
void |
setStatusStartTimestamp(java.util.Date statusStartTimestamp)
The start timestamp of the agent's status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AgentStatusReference |
withStatusArn(java.lang.String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
AgentStatusReference |
withStatusName(java.lang.String statusName)
The name of the agent status.
|
AgentStatusReference |
withStatusStartTimestamp(java.util.Date statusStartTimestamp)
The start timestamp of the agent's status.
|
public java.util.Date getStatusStartTimestamp()
The start timestamp of the agent's status.
The start timestamp of the agent's status.
public void setStatusStartTimestamp(java.util.Date statusStartTimestamp)
The start timestamp of the agent's status.
statusStartTimestamp - The start timestamp of the agent's status.
public AgentStatusReference withStatusStartTimestamp(java.util.Date statusStartTimestamp)
The start timestamp of the agent's status.
Returns a reference to this object so that method calls can be chained together.
statusStartTimestamp - The start timestamp of the agent's status.
public java.lang.String getStatusArn()
The Amazon Resource Name (ARN) of the agent's status.
The Amazon Resource Name (ARN) of the agent's status.
public void setStatusArn(java.lang.String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
statusArn - The Amazon Resource Name (ARN) of the agent's status.
public AgentStatusReference withStatusArn(java.lang.String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
Returns a reference to this object so that method calls can be chained together.
statusArn - The Amazon Resource Name (ARN) of the agent's status.
public java.lang.String getStatusName()
The name of the agent status.
Constraints:
Length: 1 - 127
The name of the agent status.
public void setStatusName(java.lang.String statusName)
The name of the agent status.
Constraints:
Length: 1 - 127
statusName - The name of the agent status.
public AgentStatusReference withStatusName(java.lang.String statusName)
The name of the agent status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 127
statusName - The name of the agent status.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object