@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceSetResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourceSetResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourceSetResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentifier()
A unique identifier for the resource set, used in a request to refer to the resource set.
|
Integer |
getMaxResults()
The maximum number of objects that you want Firewall Manager to return for this request.
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
int |
hashCode() |
void |
setIdentifier(String identifier)
A unique identifier for the resource set, used in a request to refer to the resource set.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request.
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListResourceSetResourcesRequest |
withIdentifier(String identifier)
A unique identifier for the resource set, used in a request to refer to the resource set.
|
ListResourceSetResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request.
|
ListResourceSetResourcesRequest |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
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 void setIdentifier(String identifier)
A unique identifier for the resource set, used in a request to refer to the resource set.
identifier
- A unique identifier for the resource set, used in a request to refer to the resource set.public String getIdentifier()
A unique identifier for the resource set, used in a request to refer to the resource set.
public ListResourceSetResourcesRequest withIdentifier(String identifier)
A unique identifier for the resource set, used in a request to refer to the resource set.
identifier
- A unique identifier for the resource set, used in a request to refer to the resource set.public void setMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Firewall Manager to return for this request. If more objects
are available, in the response, Firewall Manager provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public Integer getMaxResults()
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
NextToken
value that you can use
in a subsequent call to get the next batch of objects.public ListResourceSetResourcesRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Firewall Manager to return for this request. If more objects
are available, in the response, Firewall Manager provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListResourceSetResourcesRequest withNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString
in class Object
Object.toString()
public ListResourceSetResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()