Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetContextKeysForCustomPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetContextKeysForCustomPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetContextKeysForCustomPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
policyInputList() |
A list of policies for which you want the list of context keys referenced in those policies.
|
static Class<? extends GetContextKeysForCustomPolicyRequest.Builder> |
serializableBuilderClass() |
|
GetContextKeysForCustomPolicyRequest.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 List<String> policyInputList()
A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
public GetContextKeysForCustomPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
public static GetContextKeysForCustomPolicyRequest.Builder builder()
public static Class<? extends GetContextKeysForCustomPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.