FormUrlCollectionName

data class FormUrlCollectionName(val member: String)

Specifies member name used when encoding a List/Set structure. See https://awslabs.github.io/smithy/1.0/spec/aws/aws-query-protocol.html#collections

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

Parameters

name

the name to use which prefixes each list or set member

Constructors

Link copied to clipboard
constructor(member: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard