@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Specifies a list of trail tags to return.
NOOP| Constructor and Description |
|---|
ListTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Reserved for future use.
|
List<String> |
getResourceIdList()
Specifies a list of trail ARNs whose tags will be listed.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Reserved for future use.
|
void |
setResourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withNextToken(String nextToken)
Reserved for future use.
|
ListTagsRequest |
withResourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
ListTagsRequest |
withResourceIdList(String... resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
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 List<String> getResourceIdList()
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
public void setResourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
resourceIdList - Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following
is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
public ListTagsRequest withResourceIdList(String... resourceIdList)
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
NOTE: This method appends the values to the existing list (if any). Use
setResourceIdList(java.util.Collection) or withResourceIdList(java.util.Collection) if you want
to override the existing values.
resourceIdList - Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following
is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
public ListTagsRequest withResourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
resourceIdList - Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following
is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
public void setNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String getNextToken()
Reserved for future use.
public ListTagsRequest withNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public ListTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.