AttributeDefinition

case class AttributeDefinition(name: String, scalarType: ScalarAttributeType) extends AttributeDefinition
Companion
object
trait Product
trait Equals
class AttributeDefinition
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): AttributeDefinition
Inherited from
AttributeDefinition
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
AttributeDefinition
def getAttributeName(): String
Inherited from
AttributeDefinition
def getAttributeType(): String
Inherited from
AttributeDefinition
def hashCode(): Int
Inherited from
AttributeDefinition
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
AttributeDefinition
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAttributeName(`x$0`: String): Unit
Inherited from
AttributeDefinition
def setAttributeType(`x$0`: ScalarAttributeType): Unit
Inherited from
AttributeDefinition
def setAttributeType(`x$0`: String): Unit
Inherited from
AttributeDefinition
def toString(): String
Inherited from
AttributeDefinition
def withAttributeName(`x$0`: String): AttributeDefinition
Inherited from
AttributeDefinition
def withAttributeType(`x$0`: ScalarAttributeType): AttributeDefinition
Inherited from
AttributeDefinition
def withAttributeType(`x$0`: String): AttributeDefinition
Inherited from
AttributeDefinition