Class ConditionKeyDefinition
java.lang.Object
software.amazon.smithy.aws.iam.traits.ConditionKeyDefinition
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<ConditionKeyDefinition>
public final class ConditionKeyDefinition
extends Object
implements ToNode, ToSmithyBuilder<ConditionKeyDefinition>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
static ConditionKeyDefinition
Get the relative URL path that defines more information about the condition key within a set of IAM-related documentation.getType()
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
-
builder
-
fromNode
-
getType
- Returns:
- The IAM policy type of the value that will supplied for this condition key.
-
getDocumentation
- Returns:
- A short description of the role of the condition key.
-
getExternalDocumentation
- Returns:
- A URL to the documentation page.
-
getRelativeDocumentation
Get the relative URL path that defines more information about the condition key within a set of IAM-related documentation.- Returns:
- A relative URL to the documentation page.
-
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<ConditionKeyDefinition>
- Returns:
- a builder for type T
-
toNode
Description copied from interface:ToNode
Converts a value to aNode
. -
equals
-
hashCode
public int hashCode()
-