Class GetContextKeysForCustomPolicyResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetContextKeysForCustomPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of context keys that are referenced in the input policies.int
hashCode()
void
setContextKeyNames
(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.toString()
Returns a string representation of this object; useful for testing and debugging.withContextKeyNames
(String... contextKeyNames) The list of context keys that are referenced in the input policies.withContextKeyNames
(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.
-
Constructor Details
-
GetContextKeysForCustomPolicyResult
public GetContextKeysForCustomPolicyResult()
-
-
Method Details
-
getContextKeyNames
The list of context keys that are referenced in the input policies.
- Returns:
- The list of context keys that are referenced in the input policies.
-
setContextKeyNames
The list of context keys that are referenced in the input policies.
- Parameters:
contextKeyNames
- The list of context keys that are referenced in the input policies.
-
withContextKeyNames
The list of context keys that are referenced in the input policies.
NOTE: This method appends the values to the existing list (if any). Use
setContextKeyNames(java.util.Collection)
orwithContextKeyNames(java.util.Collection)
if you want to override the existing values.- Parameters:
contextKeyNames
- The list of context keys that are referenced in the input policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withContextKeyNames
The list of context keys that are referenced in the input policies.
- Parameters:
contextKeyNames
- The list of context keys that are referenced in the input policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-