@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeIpGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIpGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next set of results, or null if there are no more results available.
|
List<WorkspacesIpGroup> |
getResult()
Information about the IP access control groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
void |
setResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeIpGroupsResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
DescribeIpGroupsResult |
withResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
DescribeIpGroupsResult |
withResult(WorkspacesIpGroup... result)
Information about the IP access control groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<WorkspacesIpGroup> getResult()
Information about the IP access control groups.
public void setResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
result - Information about the IP access control groups.public DescribeIpGroupsResult withResult(WorkspacesIpGroup... result)
Information about the IP access control groups.
NOTE: This method appends the values to the existing list (if any). Use
setResult(java.util.Collection) or withResult(java.util.Collection) if you want to override the
existing values.
result - Information about the IP access control groups.public DescribeIpGroupsResult withResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
result - Information about the IP access control groups.public void setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken - The token to use to retrieve the next set of results, or null if there are no more results available. This
token is valid for one day and must be used within that time frame.public String getNextToken()
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
public DescribeIpGroupsResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken - The token to use to retrieve the next set of results, or null if there are no more results available. This
token is valid for one day and must be used within that time frame.public String toString()
toString in class ObjectObject.toString()public DescribeIpGroupsResult clone()
Copyright © 2018. All rights reserved.