XmlCollectionName

data class XmlCollectionName(val element: String)

Specifies element wrapper name used to encode a List structure. See https://awslabs.github.io/smithy/spec/xml.html#list-and-set-serialization

This trait need only be added to a SdkFieldDescriptor if the element name is something other than the default specified in XmlCollectionName.Default

Parameters

element

the name of the XML node which wraps each list or set entry.

Constructors

Link copied to clipboard
constructor(element: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard