public class GetContextKeysForPrincipalPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetContextKeysForPrincipalPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetContextKeysForPrincipalPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getPolicyInputList()
A optional list of additional policies for which you want list of context
keys used in
Condition elements. |
String |
getPolicySourceArn()
The ARN of a user, group, or role whose policies contain the context keys
that you want listed.
|
int |
hashCode() |
void |
setPolicyInputList(Collection<String> policyInputList)
A optional list of additional policies for which you want list of context
keys used in
Condition elements. |
void |
setPolicySourceArn(String policySourceArn)
The ARN of a user, group, or role whose policies contain the context keys
that you want listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetContextKeysForPrincipalPolicyRequest |
withPolicyInputList(Collection<String> policyInputList)
A optional list of additional policies for which you want list of context
keys used in
Condition elements. |
GetContextKeysForPrincipalPolicyRequest |
withPolicyInputList(String... policyInputList)
A optional list of additional policies for which you want list of context
keys used in
Condition elements. |
GetContextKeysForPrincipalPolicyRequest |
withPolicySourceArn(String policySourceArn)
The ARN of a user, group, or role whose policies contain the context keys
that you want listed.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetContextKeysForPrincipalPolicyRequest()
public void setPolicySourceArn(String policySourceArn)
The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies attached to the user as well as to all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.
policySourceArn
- The ARN of a user, group, or role whose policies contain the
context keys that you want listed. If you specify a user, the list
includes context keys that are found in all policies attached to
the user as well as to all groups that the user is a member of. If
you pick a group or a role, then it includes only those context
keys that are found in policies attached to that entity. Note that
all parameters are shown in unencoded form here for clarity, but
must be URL encoded to be included as a part of a real HTML
request.public String getPolicySourceArn()
The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies attached to the user as well as to all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.
public GetContextKeysForPrincipalPolicyRequest withPolicySourceArn(String policySourceArn)
The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies attached to the user as well as to all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.
policySourceArn
- The ARN of a user, group, or role whose policies contain the
context keys that you want listed. If you specify a user, the list
includes context keys that are found in all policies attached to
the user as well as to all groups that the user is a member of. If
you pick a group or a role, then it includes only those context
keys that are found in policies attached to that entity. Note that
all parameters are shown in unencoded form here for clarity, but
must be URL encoded to be included as a part of a real HTML
request.public List<String> getPolicyInputList()
A optional list of additional policies for which you want list of context
keys used in Condition
elements.
Condition
elements.public void setPolicyInputList(Collection<String> policyInputList)
A optional list of additional policies for which you want list of context
keys used in Condition
elements.
policyInputList
- A optional list of additional policies for which you want list of
context keys used in Condition
elements.public GetContextKeysForPrincipalPolicyRequest withPolicyInputList(String... policyInputList)
A optional list of additional policies for which you want list of context
keys used in Condition
elements.
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 optional list of additional policies for which you want list of
context keys used in Condition
elements.public GetContextKeysForPrincipalPolicyRequest withPolicyInputList(Collection<String> policyInputList)
A optional list of additional policies for which you want list of context
keys used in Condition
elements.
policyInputList
- A optional list of additional policies for which you want list of
context keys used in Condition
elements.public String toString()
toString
in class Object
Object.toString()
public GetContextKeysForPrincipalPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.