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