@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 no more results are 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 no more results are available.
|
void |
setResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpGroupsResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are 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, setSdkResponseMetadata
public 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 no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
public DescribeIpGroupsResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String toString()
toString
in class Object
Object.toString()
public DescribeIpGroupsResult clone()