@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContextKeysForCustomPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetContextKeysForCustomPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetContextKeysForCustomPolicyRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getPolicyInputList()
A list of policies for which you want the list of context keys referenced in those policies.
|
int |
hashCode() |
void |
setPolicyInputList(Collection<String> policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetContextKeysForCustomPolicyRequest |
withPolicyInputList(Collection<String> policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.
|
GetContextKeysForCustomPolicyRequest |
withPolicyInputList(String... policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.
|
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 GetContextKeysForCustomPolicyRequest()
public List<String> getPolicyInputList()
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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
public void setPolicyInputList(Collection<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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
public GetContextKeysForCustomPolicyRequest withPolicyInputList(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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
NOTE: This method appends the values to the existing list (if any). Use
setPolicyInputList(java.util.Collection) or withPolicyInputList(java.util.Collection) if you
want to override the existing values.
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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
public GetContextKeysForCustomPolicyRequest withPolicyInputList(Collection<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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
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 the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
public String toString()
toString in class ObjectObject.toString()public GetContextKeysForCustomPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.