XmlNamespace

class XmlNamespace(val uri: String, val prefix: String? = null) : AbstractXmlNamespaceTrait

Describes the namespace associated with a field. See https://awslabs.github.io/smithy/spec/xml.html#xmlnamespace-trait

Constructors

Link copied to clipboard
constructor(uri: String, prefix: String? = null)

Inherited properties

Link copied to clipboard
val prefix: String? = null
Link copied to clipboard
val uri: String

Inherited functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String