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
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionResource.Builder
builder()
boolean
static ActionResource
Gets the condition keys used for authorizing against this resource.int
hashCode()
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:ToNode
Converts a value to aNode
. -
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<ActionResource>
- Returns:
- a builder for type T
-
equals
-
hashCode
public int hashCode()
-