@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTagsForResourceResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
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. |
TagInfoForResource |
getTagInfoForResource()
The collection of tagging definitions for the resource.
|
int |
hashCode() |
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 |
setTagInfoForResource(TagInfoForResource tagInfoForResource)
The collection of tagging definitions for the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
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. |
ListTagsForResourceResult |
withTagInfoForResource(TagInfoForResource tagInfoForResource)
The collection of tagging definitions for the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 ListTagsForResourceResult 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 setTagInfoForResource(TagInfoForResource tagInfoForResource)
The collection of tagging definitions for the resource. If you specified a Limit
in your request,
this might not be the full list.
tagInfoForResource
- The collection of tagging definitions for the resource. If you specified a Limit
in your
request, this might not be the full list.public TagInfoForResource getTagInfoForResource()
The collection of tagging definitions for the resource. If you specified a Limit
in your request,
this might not be the full list.
Limit
in your
request, this might not be the full list.public ListTagsForResourceResult withTagInfoForResource(TagInfoForResource tagInfoForResource)
The collection of tagging definitions for the resource. If you specified a Limit
in your request,
this might not be the full list.
tagInfoForResource
- The collection of tagging definitions for the resource. If you specified a Limit
in your
request, this might not be the full list.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceResult clone()