final case class GetItem(table: TableReference, projectionExpression: Option[String] = None, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, key: Map[String, AttributeValue] = Map.empty, consistent: Boolean = false) extends DynamoRequest with WithAttributeNames[GetItem] with WithProjectionExpression[GetItem] with WithTableReference[GetItem] with WithKey[GetItem] with WithConsistent[GetItem] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetItem
- Serializable
- Serializable
- Product
- Equals
- WithConsistent
- WithKey
- WithTableReference
- WithProjectionExpression
- WithAttributeNames
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Type Members
-
type
Rq = GetItemRequest
- Definition Classes
- GetItem → DynamoRequest
-
type
Rsp = GetItemResponse
- Definition Classes
- GetItem → DynamoRequest
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributeNames: Map[String, String]
- val attributeValues: Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val consistent: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: Map[String, AttributeValue]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val projectionExpression: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- GetItem → WithTableReference
-
def
toAmz: GetItemRequest
- Definition Classes
- GetItem → DynamoRequest
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): GetItem
- Definition Classes
- GetItem → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): GetItem
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): GetItem
- Definition Classes
- WithAttributeNames
-
def
withConsistent(consistentRead: Boolean): GetItem
- Definition Classes
- GetItem → WithConsistent
- def withKey(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): GetItem
-
final
def
withKey(value: (String, AttributeValue)): GetItem
- Definition Classes
- WithKey
-
final
def
withKey(add: Map[String, AttributeValue]): GetItem
- Definition Classes
- WithKey
-
final
def
withKeyField[T](field: DynamoField[T])(value: T): GetItem
- Definition Classes
- WithKey
-
final
def
withKeyItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): GetItem
- Definition Classes
- WithKey
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): GetItem
- Definition Classes
- WithTableReference
-
def
withProjectionExpression(f: (Option[String]) ⇒ Option[String]): GetItem
- Definition Classes
- GetItem → WithProjectionExpression
-
final
def
withProjectionExpression(fields: DynamoField[_]*): GetItem
- Definition Classes
- WithProjectionExpression
-
final
def
withProjectionExpression(expr: String): GetItem
- Definition Classes
- WithProjectionExpression
-
def
withTableReference(t: (TableReference) ⇒ TableReference): GetItem
- Definition Classes
- GetItem → WithTableReference
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.