@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTagPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTagPolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTargetId()
The account ID or the root identifier of the organization.
|
int |
hashCode() |
void |
setTargetId(String targetId)
The account ID or the root identifier of the organization.
|
String |
toString()
Returns a string representation of this object.
|
GetTagPolicyRequest |
withTargetId(String targetId)
The account ID or the root identifier of the organization.
|
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 setTargetId(String targetId)
The account ID or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API to find it.
targetId - The account ID or the root identifier of the organization. If you don't know the root ID, you can call the
AWS Organizations ListRoots API
to find it.public String getTargetId()
The account ID or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API to find it.
public GetTagPolicyRequest withTargetId(String targetId)
The account ID or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API to find it.
targetId - The account ID or the root identifier of the organization. If you don't know the root ID, you can call the
AWS Organizations ListRoots API
to find it.public String toString()
toString in class ObjectObject.toString()public GetTagPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.