Class ListTagsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Specifies a list of trail tags to return.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanReserved for future use.Specifies a list of trail ARNs whose tags will be listed.inthashCode()voidsetNextToken(String nextToken) Reserved for future use.voidsetResourceIdList(Collection<String> resourceIdList) Specifies a list of trail ARNs whose tags will be listed.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) Reserved for future use.withResourceIdList(String... resourceIdList) Specifies a list of trail ARNs whose tags will be listed.withResourceIdList(Collection<String> resourceIdList) Specifies a list of trail ARNs whose tags will be listed.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListTagsRequest
public ListTagsRequest()
-
-
Method Details
-
getResourceIdList
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail- Returns:
- Specifies a list of trail ARNs whose tags will be listed. The
list has a limit of 20 ARNs. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
-
setResourceIdList
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail- Parameters:
resourceIdList- Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
-
withResourceIdList
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailNOTE: This method appends the values to the existing list (if any). Use
setResourceIdList(java.util.Collection)orwithResourceIdList(java.util.Collection)if you want to override the existing values.- Parameters:
resourceIdList- Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withResourceIdList
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail- Parameters:
resourceIdList- Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.
-
getNextToken
-
withNextToken
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-