TraitChangeType

smithy.api.TraitChangeType
See theTraitChangeType companion object
sealed abstract class TraitChangeType(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Value parameters

ADD

Emit when a trait or value is added that previously did not exist.

ANY

Emit when any change occurs.

PRESENCE

Emit when a trait is added or removed.

REMOVE

Emit when a trait or value is removed.

UPDATE

Emit when a trait is modified.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ADD.type
object ANY.type
object PRESENCE.type
object REMOVE.type
object UPDATE.type

Members list

Type members

Types

override type EnumType = TraitChangeType

Value members

Concrete methods

Attributes

Definition Classes
final def widen: TraitChangeType

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String