@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeIpGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIpGroupsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getGroupIds()
The IDs of one or more IP access control groups.
|
Integer |
getMaxResults()
The maximum number of items to return.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setGroupIds(Collection<String> groupIds)
The IDs of one or more IP access control groups.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeIpGroupsRequest |
withGroupIds(Collection<String> groupIds)
The IDs of one or more IP access control groups.
|
DescribeIpGroupsRequest |
withGroupIds(String... groupIds)
The IDs of one or more IP access control groups.
|
DescribeIpGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
DescribeIpGroupsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getGroupIds()
The IDs of one or more IP access control groups.
public void setGroupIds(Collection<String> groupIds)
The IDs of one or more IP access control groups.
groupIds - The IDs of one or more IP access control groups.public DescribeIpGroupsRequest withGroupIds(String... groupIds)
The IDs of one or more IP access control groups.
NOTE: This method appends the values to the existing list (if any). Use
setGroupIds(java.util.Collection) or withGroupIds(java.util.Collection) if you want to override
the existing values.
groupIds - The IDs of one or more IP access control groups.public DescribeIpGroupsRequest withGroupIds(Collection<String> groupIds)
The IDs of one or more IP access control groups.
groupIds - The IDs of one or more IP access control groups.public void setNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken - The token for the next set of results. (You received this token from a previous call.)public String getNextToken()
The token for the next set of results. (You received this token from a previous call.)
public DescribeIpGroupsRequest withNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken - The token for the next set of results. (You received this token from a previous call.)public void setMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.public Integer getMaxResults()
The maximum number of items to return.
public DescribeIpGroupsRequest withMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.public String toString()
toString in class ObjectObject.toString()public DescribeIpGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.