public class PreviewAgentsForResourceGroupResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PreviewAgentsForResourceGroupResult() |
Modifier and Type | Method and Description |
---|---|
PreviewAgentsForResourceGroupResult |
clone() |
boolean |
equals(Object obj) |
List<AgentPreview> |
getAgentPreviewList()
The resulting list of agents.
|
String |
getNextToken()
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
int |
hashCode() |
void |
setAgentPreviewList(Collection<AgentPreview> agentPreviewList)
The resulting list of agents.
|
void |
setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PreviewAgentsForResourceGroupResult |
withAgentPreviewList(AgentPreview... agentPreviewList)
The resulting list of agents.
|
PreviewAgentsForResourceGroupResult |
withAgentPreviewList(Collection<AgentPreview> agentPreviewList)
The resulting list of agents.
|
PreviewAgentsForResourceGroupResult |
withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
public List<AgentPreview> getAgentPreviewList()
The resulting list of agents.
public void setAgentPreviewList(Collection<AgentPreview> agentPreviewList)
The resulting list of agents.
agentPreviewList
- The resulting list of agents.public PreviewAgentsForResourceGroupResult withAgentPreviewList(AgentPreview... agentPreviewList)
The resulting list of agents.
NOTE: This method appends the values to the existing list (if
any). Use setAgentPreviewList(java.util.Collection)
or
withAgentPreviewList(java.util.Collection)
if you want to
override the existing values.
agentPreviewList
- The resulting list of agents.public PreviewAgentsForResourceGroupResult withAgentPreviewList(Collection<AgentPreview> agentPreviewList)
The resulting list of agents.
agentPreviewList
- The resulting list of agents.public void setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
public PreviewAgentsForResourceGroupResult withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String toString()
toString
in class Object
Object.toString()
public PreviewAgentsForResourceGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.