@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEffectivePolicyRequest extends OrganizationsRequest implements ToCopyableBuilder<DescribeEffectivePolicyRequest.Builder,DescribeEffectivePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEffectivePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEffectivePolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EffectivePolicyType |
policyType()
The type of policy that you want information about.
|
String |
policyTypeAsString()
The type of policy that you want information about.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEffectivePolicyRequest.Builder> |
serializableBuilderClass() |
String |
targetId()
When you're signed in as the management account, specify the ID of the account that you want details about.
|
DescribeEffectivePolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EffectivePolicyType policyType()
The type of policy that you want information about. You can specify one of the following values:
If the service returns an enum value that is not available in the current SDK version, policyType will
return EffectivePolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from policyTypeAsString().
EffectivePolicyTypepublic final String policyTypeAsString()
The type of policy that you want information about. You can specify one of the following values:
If the service returns an enum value that is not available in the current SDK version, policyType will
return EffectivePolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from policyTypeAsString().
EffectivePolicyTypepublic final String targetId()
When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.
public DescribeEffectivePolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEffectivePolicyRequest.Builder,DescribeEffectivePolicyRequest>toBuilder in class OrganizationsRequestpublic static DescribeEffectivePolicyRequest.Builder builder()
public static Class<? extends DescribeEffectivePolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.