Class ActionResource
java.lang.Object
software.amazon.smithy.aws.iam.traits.ActionResource
- All Implemented Interfaces:
ToNode,ToSmithyBuilder<ActionResource>
Contains information about a resource an IAM action can be authorized against.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionResource.Builderbuilder()booleanstatic ActionResourceGets the condition keys used for authorizing against this resource.inthashCode()Take this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode.
-
Method Details
-
getConditionKeys
Gets the condition keys used for authorizing against this resource.- Returns:
- the condition keys.
-
builder
-
fromNode
-
toNode
Description copied from interface:ToNodeConverts a value to aNode. -
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<ActionResource>- Returns:
- a builder for type T
-
equals
-
hashCode
public int hashCode()
-