@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Delete Agent Alias Response
| Constructor and Description |
|---|
DeleteAgentAliasResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAgentAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgentAliasId() |
String |
getAgentAliasStatus() |
String |
getAgentId() |
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId) |
void |
setAgentAliasStatus(String agentAliasStatus) |
void |
setAgentId(String agentId) |
String |
toString()
Returns a string representation of this object.
|
DeleteAgentAliasResult |
withAgentAliasId(String agentAliasId) |
DeleteAgentAliasResult |
withAgentAliasStatus(AgentAliasStatus agentAliasStatus) |
DeleteAgentAliasResult |
withAgentAliasStatus(String agentAliasStatus) |
DeleteAgentAliasResult |
withAgentId(String agentId) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAgentId(String agentId)
agentId - public String getAgentId()
public DeleteAgentAliasResult withAgentId(String agentId)
agentId - public void setAgentAliasId(String agentAliasId)
agentAliasId - public String getAgentAliasId()
public DeleteAgentAliasResult withAgentAliasId(String agentAliasId)
agentAliasId - public void setAgentAliasStatus(String agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic String getAgentAliasStatus()
AgentAliasStatuspublic DeleteAgentAliasResult withAgentAliasStatus(String agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic DeleteAgentAliasResult withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteAgentAliasResult clone()
Copyright © 2023. All rights reserved.