Tag

class Tag

A key-value pair that adds as a metadata to a resource used by Amazon Translate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The initial part of a key-value pair that forms a tag associated with a given resource.

Link copied to clipboard

The second part of a key-value pair that forms a tag associated with a given resource.

Functions

Link copied to clipboard
inline fun copy(block: Tag.Builder.() -> Unit = {}): Tag
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String