@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteAgentAliasResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAgentAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgentAliasId()
The unique identifier of the alias that was deleted.
|
String |
getAgentAliasStatus()
The status of the alias.
|
String |
getAgentId()
The unique identifier of the agent that the alias belongs to.
|
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId)
The unique identifier of the alias that was deleted.
|
void |
setAgentAliasStatus(String agentAliasStatus)
The status of the alias.
|
void |
setAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentAliasResult |
withAgentAliasId(String agentAliasId)
The unique identifier of the alias that was deleted.
|
DeleteAgentAliasResult |
withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
The status of the alias.
|
DeleteAgentAliasResult |
withAgentAliasStatus(String agentAliasStatus)
The status of the alias.
|
DeleteAgentAliasResult |
withAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAgentAliasId(String agentAliasId)
The unique identifier of the alias that was deleted.
agentAliasId - The unique identifier of the alias that was deleted.public String getAgentAliasId()
The unique identifier of the alias that was deleted.
public DeleteAgentAliasResult withAgentAliasId(String agentAliasId)
The unique identifier of the alias that was deleted.
agentAliasId - The unique identifier of the alias that was deleted.public void setAgentAliasStatus(String agentAliasStatus)
The status of the alias.
agentAliasStatus - The status of the alias.AgentAliasStatuspublic String getAgentAliasStatus()
The status of the alias.
AgentAliasStatuspublic DeleteAgentAliasResult withAgentAliasStatus(String agentAliasStatus)
The status of the alias.
agentAliasStatus - The status of the alias.AgentAliasStatuspublic DeleteAgentAliasResult withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
The status of the alias.
agentAliasStatus - The status of the alias.AgentAliasStatuspublic void setAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
agentId - The unique identifier of the agent that the alias belongs to.public String getAgentId()
The unique identifier of the agent that the alias belongs to.
public DeleteAgentAliasResult withAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
agentId - The unique identifier of the agent that the alias belongs to.public String toString()
toString in class ObjectObject.toString()public DeleteAgentAliasResult clone()