Class XmlAttributesTrait
java.lang.Object
software.amazon.awssdk.core.traits.XmlAttributesTrait
- All Implemented Interfaces:
- Trait
Trait to include the xml attributes such as "xmlns:xsi" or "xsi:type".
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic XmlAttributesTraitcreate(Pair<String, XmlAttributesTrait.AttributeAccessors>... pairs) type()The known trait type.
- 
Method Details- 
createpublic static XmlAttributesTrait create(Pair<String, XmlAttributesTrait.AttributeAccessors>... pairs) 
- 
attributes
- 
type
 
-