Class TaggableApiConfig
- java.lang.Object
-
- software.amazon.smithy.aws.traits.tagging.TaggableApiConfig
-
- All Implemented Interfaces:
FromSourceLocation,ToNode,ToSmithyBuilder<TaggableApiConfig>
public final class TaggableApiConfig extends java.lang.Object implements FromSourceLocation, ToNode, ToSmithyBuilder<TaggableApiConfig>
Structure representing the configuration of resource specific tagging APIs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaggableApiConfig.BuilderBuilds aTaggableApiConfig.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaggableApiConfig.Builderbuilder()Creates a builder used to build an TaggableApiConfig.booleanequals(java.lang.Object o)ShapeIdgetListTagsApi()Gets the ShapeId of the operation which implements ListTagsForResource behavior for the resource.SourceLocationgetSourceLocation()Gets the source location of a value.ShapeIdgetTagApi()Gets the ShapeId of the operation which implements TagResource behavior.ShapeIdgetUntagApi()Gets the ShapeId of the operation which implements UntagResource behavior.inthashCode()TaggableApiConfig.BuildertoBuilder()Take this object and create a builder that contains all of the current property values of this object.NodetoNode()Converts a value to aNode.
-
-
-
Method Detail
-
builder
public static TaggableApiConfig.Builder builder()
Creates a builder used to build an TaggableApiConfig.- Returns:
- Returns the created builder.
-
getTagApi
public ShapeId getTagApi()
Gets the ShapeId of the operation which implements TagResource behavior.- Returns:
- the ShapeId of the tag operation for the resource
-
getUntagApi
public ShapeId getUntagApi()
Gets the ShapeId of the operation which implements UntagResource behavior.- Returns:
- the ShapeId of the untag operation for the resource
-
getListTagsApi
public ShapeId getListTagsApi()
Gets the ShapeId of the operation which implements ListTagsForResource behavior for the resource.- Returns:
- the ShapeId of the list tags operation for the resource
-
getSourceLocation
public SourceLocation getSourceLocation()
Description copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
getSourceLocationin interfaceFromSourceLocation- Returns:
- Returns the source location of the value.
-
toBuilder
public TaggableApiConfig.Builder 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<TaggableApiConfig>- Returns:
- a builder for type T
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-