@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getGroupIds()
The identifiers of one or more IP access control groups.
|
Integer |
getMaxResults()
The maximum number of items to return.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeIpGroupsRequest |
withGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
DescribeIpGroupsRequest |
withGroupIds(String... groupIds)
The identifiers of one or more IP access control groups.
|
DescribeIpGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
DescribeIpGroupsRequest |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
addHandlerContext, 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 identifiers of one or more IP access control groups.
public void setGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
groupIds - The identifiers of one or more IP access control groups.public DescribeIpGroupsRequest withGroupIds(String... groupIds)
The identifiers 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 identifiers of one or more IP access control groups.public DescribeIpGroupsRequest withGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
groupIds - The identifiers of one or more IP access control groups.public void setNextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeIpGroupsRequest withNextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()