Class XmlAttributeTrait

java.lang.Object
software.amazon.awssdk.core.traits.XmlAttributeTrait
All Implemented Interfaces:
Trait

public final class XmlAttributeTrait extends Object implements Trait
Trait to indicate this is an Xml attribute.
  • Method Details

    • create

      public static XmlAttributeTrait create()
    • type

      public TraitType type()
      Description copied from interface: Trait
      The known trait type. This is correctly implemented and uniquely mapped to the enum values which allow us to create enum maps for trait known trait types.
      Specified by:
      type in interface Trait