@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of objects that you want WAF to return for this request.
|
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListTagsForResourceRequest |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
|
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 void setNextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListTagsForResourceRequest withNextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public void setLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker value that you can use in a subsequent call to get the next
batch of objects.
limit - The maximum number of objects that you want WAF to return for this request. If more objects are available,
in the response, WAF provides a NextMarker value that you can use in a subsequent call to get
the next batch of objects.public Integer getLimit()
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker value that you can use in a subsequent call to get the next
batch of objects.
NextMarker value that you can use in a subsequent
call to get the next batch of objects.public ListTagsForResourceRequest withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker value that you can use in a subsequent call to get the next
batch of objects.
limit - The maximum number of objects that you want WAF to return for this request. If more objects are available,
in the response, WAF provides a NextMarker value that you can use in a subsequent call to get
the next batch of objects.public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
resourceARN - The Amazon Resource Name (ARN) of the resource.public String getResourceARN()
The Amazon Resource Name (ARN) of the resource.
public ListTagsForResourceRequest withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
resourceARN - The Amazon Resource Name (ARN) of the resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.