Class DefaultIamConditionKey
- java.lang.Object
-
- software.amazon.awssdk.policybuilder.iam.internal.DefaultIamConditionKey
-
- All Implemented Interfaces:
IamConditionKey,IamValue
public final class DefaultIamConditionKey extends Object implements IamConditionKey
Default implementation ofIamConditionKey.- See Also:
IamConditionKey.create(java.lang.String)
-
-
Constructor Summary
Constructors Constructor Description DefaultIamConditionKey(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()Stringvalue()Retrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter.
-
-
-
Constructor Detail
-
DefaultIamConditionKey
public DefaultIamConditionKey(String value)
-
-
Method Detail
-
value
public String value()
Description copied from interface:IamValueRetrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter.
-
-