Class RetryableTrait

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

public final class RetryableTrait extends AbstractTrait implements ToSmithyBuilder<RetryableTrait>
Marks an error structure as retryable.
  • Field Details

    • ID

      public static final ShapeId ID
  • Method Details

    • builder

      public static RetryableTrait.Builder builder()
      Creates a builder for a retryable trait.
      Returns:
      Returns the created builder.
    • getThrottling

      public boolean getThrottling()
      Returns:
      Returns true if the retry is a throttle.
    • toBuilder

      public RetryableTrait.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<RetryableTrait>
      Returns:
      a builder for type T
    • 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.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class AbstractTrait