Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribePolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribePolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyId() |
The unique identifier (ID) of the policy that you want details about.
|
static Class<? extends DescribePolicyRequest.Builder> |
serializableBuilderClass() |
|
DescribePolicyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String policyId()
The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.
The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.
The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.
public DescribePolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
public static DescribePolicyRequest.Builder builder()
public static Class<? extends DescribePolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.