@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAgentAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
List Agent Aliases Response
| Constructor and Description |
|---|
ListAgentAliasesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAgentAliasesResult |
clone() |
boolean |
equals(Object obj) |
List<AgentAliasSummary> |
getAgentAliasSummaries() |
String |
getNextToken() |
int |
hashCode() |
void |
setAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListAgentAliasesResult |
withAgentAliasSummaries(AgentAliasSummary... agentAliasSummaries)
NOTE: This method appends the values to the existing list (if any).
|
ListAgentAliasesResult |
withAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries) |
ListAgentAliasesResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AgentAliasSummary> getAgentAliasSummaries()
public void setAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
agentAliasSummaries - public ListAgentAliasesResult withAgentAliasSummaries(AgentAliasSummary... agentAliasSummaries)
NOTE: This method appends the values to the existing list (if any). Use
setAgentAliasSummaries(java.util.Collection) or withAgentAliasSummaries(java.util.Collection)
if you want to override the existing values.
agentAliasSummaries - public ListAgentAliasesResult withAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
agentAliasSummaries - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListAgentAliasesResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ListAgentAliasesResult clone()
Copyright © 2023. All rights reserved.