Class DefaultIamAction
- java.lang.Object
-
- software.amazon.awssdk.policybuilder.iam.internal.DefaultIamAction
-
-
Constructor Summary
Constructors Constructor Description DefaultIamAction(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
-
DefaultIamAction
public DefaultIamAction(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.
-
-