@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableTagPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableTagPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableTagPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRootId()
The root identifier of the organization.
|
int |
hashCode() |
void |
setRootId(String rootId)
The root identifier of the organization.
|
String |
toString()
Returns a string representation of this object.
|
EnableTagPoliciesRequest |
withRootId(String rootId)
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 setRootId(String rootId)
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.
rootId - 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 getRootId()
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 EnableTagPoliciesRequest withRootId(String rootId)
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.
rootId - 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 EnableTagPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.