@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEffectivePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeEffectivePolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyType()
The type of policy that you want information about.
|
String |
getTargetId()
When you're signed in as the master account, specify the ID of the account that you want details about.
|
int |
hashCode() |
void |
setPolicyType(String policyType)
The type of policy that you want information about.
|
void |
setTargetId(String targetId)
When you're signed in as the master account, specify the ID of the account that you want details about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEffectivePolicyRequest |
withPolicyType(EffectivePolicyType policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest |
withPolicyType(String policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest |
withTargetId(String targetId)
When you're signed in as the master account, specify the ID of the account that you want details about.
|
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 setPolicyType(String policyType)
The type of policy that you want information about.
policyType - The type of policy that you want information about.EffectivePolicyTypepublic String getPolicyType()
The type of policy that you want information about.
EffectivePolicyTypepublic DescribeEffectivePolicyRequest withPolicyType(String policyType)
The type of policy that you want information about.
policyType - The type of policy that you want information about.EffectivePolicyTypepublic DescribeEffectivePolicyRequest withPolicyType(EffectivePolicyType policyType)
The type of policy that you want information about.
policyType - The type of policy that you want information about.EffectivePolicyTypepublic void setTargetId(String targetId)
When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.
targetId - When you're signed in as the master account, specify the ID of the account that you want details about.
Specifying an organization root or OU as the target is not supported.public String getTargetId()
When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.
public DescribeEffectivePolicyRequest withTargetId(String targetId)
When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.
targetId - When you're signed in as the master account, specify the ID of the account that you want details about.
Specifying an organization root or OU as the target is not supported.public String toString()
toString in class ObjectObject.toString()public DescribeEffectivePolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.