Class ArnTrait

java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.aws.traits.ArnTrait
All Implemented Interfaces:
FromSourceLocation, ToNode, ToShapeId, Trait, ToSmithyBuilder<ArnTrait>

public final class ArnTrait extends AbstractTrait implements ToSmithyBuilder<ArnTrait>
Configures the ARN template of a resource shape, relative to the service to which a resource is bound.
  • Field Details

    • ID

      public static final ShapeId ID
  • Method Details

    • builder

      public static ArnTrait.Builder builder()
      Returns:
      Returns a builder used to create ArnTrait.
    • isNoAccount

      public boolean isNoAccount()
      Returns:
      Returns the noAccount setting.
    • isNoRegion

      public boolean isNoRegion()
      Returns:
      Returns the noRegion setting.
    • isAbsolute

      public boolean isAbsolute()
      Returns:
      Returns whether or not the ARN is absolute.
    • getTemplate

      public String getTemplate()
      Returns:
      Gets the template of the ARN.
    • getLabels

      public List<String> getLabels()
      Returns:
      Returns the label place holder variable names.
    • createNode

      protected Node createNode()
      Description copied from class: AbstractTrait
      The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
      Specified by:
      createNode in class AbstractTrait
      Returns:
      Returns the trait as a node.
    • toBuilder

      public ArnTrait.Builder 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 interface ToSmithyBuilder<ArnTrait>
      Returns:
      a builder for type T
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class AbstractTrait
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractTrait