Class MapTrait
java.lang.Object
software.amazon.awssdk.core.traits.MapTrait
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MapTrait.Builder
builder()
boolean
type()
The known trait type.
-
Method Details
-
keyLocationName
- Returns:
- Location name of key. Used only for XML based protocols.
-
valueLocationName
- Returns:
- Location name of value. Used only for XML based protocols.
-
valueFieldInfo
- Returns:
- Additional metadata for the map value types. May be further nested in the case of complex containers.
-
isFlattened
public boolean isFlattened()- Returns:
- Whether the map should be marshalled/unmarshalled as a 'flattened' map. This only applies to Query/XML protocols.
-
builder
-
type
-