Class DefaultIamResource
- java.lang.Object
-
- software.amazon.awssdk.policybuilder.iam.internal.DefaultIamResource
-
- All Implemented Interfaces:
IamResource,IamValue
public final class DefaultIamResource extends Object implements IamResource
Default implementation ofIamResource.- See Also:
IamResource.create(java.lang.String)
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.policybuilder.iam.IamResource
ALL
-
-
Constructor Summary
Constructors Constructor Description DefaultIamResource(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
-
DefaultIamResource
public DefaultIamResource(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.
-
-