@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesInProtectionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourcesInProtectionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourcesInProtectionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of resource ARN objects to return.
|
String |
getNextToken()
The next token value from a previous call to
ListResourcesInProtectionGroup . |
String |
getProtectionGroupId()
The name of the protection group.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of resource ARN objects to return.
|
void |
setNextToken(String nextToken)
The next token value from a previous call to
ListResourcesInProtectionGroup . |
void |
setProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesInProtectionGroupRequest |
withMaxResults(Integer maxResults)
The maximum number of resource ARN objects to return.
|
ListResourcesInProtectionGroupRequest |
withNextToken(String nextToken)
The next token value from a previous call to
ListResourcesInProtectionGroup . |
ListResourcesInProtectionGroupRequest |
withProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
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, withSdkRequestTimeout
public ListResourcesInProtectionGroupRequest()
public void setProtectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
protectionGroupId
- The name of the protection group. You use this to identify the protection group in lists and to manage the
protection group, for example to update, delete, or describe it.public String getProtectionGroupId()
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
public ListResourcesInProtectionGroupRequest withProtectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
protectionGroupId
- The name of the protection group. You use this to identify the protection group in lists and to manage the
protection group, for example to update, delete, or describe it.public void setNextToken(String nextToken)
The next token value from a previous call to ListResourcesInProtectionGroup
. Pass null if this is
the first call.
nextToken
- The next token value from a previous call to ListResourcesInProtectionGroup
. Pass null if
this is the first call.public String getNextToken()
The next token value from a previous call to ListResourcesInProtectionGroup
. Pass null if this is
the first call.
ListResourcesInProtectionGroup
. Pass null if
this is the first call.public ListResourcesInProtectionGroupRequest withNextToken(String nextToken)
The next token value from a previous call to ListResourcesInProtectionGroup
. Pass null if this is
the first call.
nextToken
- The next token value from a previous call to ListResourcesInProtectionGroup
. Pass null if
this is the first call.public void setMaxResults(Integer maxResults)
The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of
objects returned could be less than MaxResults
, even if there are still more objects yet to return.
If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use
in your next request, to get the next batch of objects.
maxResults
- The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the
first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number
of objects returned could be less than MaxResults
, even if there are still more objects yet
to return. If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use in your next request, to get the next batch of objects.
public Integer getMaxResults()
The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of
objects returned could be less than MaxResults
, even if there are still more objects yet to return.
If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use
in your next request, to get the next batch of objects.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number
of objects returned could be less than MaxResults
, even if there are still more objects yet
to return. If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use in your next request, to get the next batch of objects.
public ListResourcesInProtectionGroupRequest withMaxResults(Integer maxResults)
The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of
objects returned could be less than MaxResults
, even if there are still more objects yet to return.
If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use
in your next request, to get the next batch of objects.
maxResults
- The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the
first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number
of objects returned could be less than MaxResults
, even if there are still more objects yet
to return. If there are more objects to return, Shield Advanced returns a value in NextToken
that you can use in your next request, to get the next batch of objects.
public String toString()
toString
in class Object
Object.toString()
public ListResourcesInProtectionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()