org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichAttributeDefinition
Related Doc:
package model
final
class
RichAttributeDefinition
extends
AnyVal
with
PimpedType
[
AttributeDefinition
]
Linear Supertypes
PimpedType
[
AttributeDefinition
],
AnyVal
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichAttributeDefinition
PimpedType
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichAttributeDefinition
(
underlying:
AttributeDefinition
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attributeNameOpt
:
Option
[
String
]
def
attributeNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
attributeTypeOpt
:
Option
[
String
]
def
attributeTypeOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
AttributeDefinition
Definition Classes
RichAttributeDefinition
→ PimpedType
def
withAttributeNameOpt
(
value:
Option
[
String
]
)
:
AttributeDefinition
def
withAttributeTypeOpt
(
value:
Option
[
String
]
)
:
AttributeDefinition
Inherited from
PimpedType
[
AttributeDefinition
]
Inherited from
AnyVal
Inherited from
Any
Ungrouped