org.sisioh.aws4s.dynamodb.model

RichGetItemRequest

final class RichGetItemRequest extends AnyVal with PimpedType[GetItemRequest]

Linear Supertypes
PimpedType[GetItemRequest], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichGetItemRequest
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichGetItemRequest(underlying: GetItemRequest)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def attributesToGetOpt(): Option[Seq[String]]

  6. def attributesToGetOpt_=(value: Option[Iterable[String]]): Unit

  7. def expressionAttributeNamesOpt: Option[Map[String, String]]

  8. def expressionAttributeNamesOpt_=(value: Option[Map[String, String]]): Unit

  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def keyOpt: Option[Map[String, AttributeValue]]

  12. def keyOpt_=(value: Option[Map[String, AttributeValue]]): Unit

  13. def projectionExpressionOpt: Option[String]

  14. def projectionExpressionOpt_=(value: Option[String]): Unit

  15. def returnConsumedCapacityOpt: Option[String]

  16. def returnConsumedCapacityOpt_=(value: Option[String]): Unit

  17. def setReturnConsumedCapacityOpt(value: Option[ReturnConsumedCapacity]): Unit

  18. def tableNameOpt: Option[String]

  19. def tableNameOpt_=(value: Option[String]): Unit

  20. def toString(): String

    Definition Classes
    Any
  21. val underlying: GetItemRequest

    Definition Classes
    RichGetItemRequest → PimpedType
  22. def withAttributesToGetOpt(value: Option[Iterable[String]]): GetItemRequest

  23. def withExpressionAttributeNamesOpt(value: Option[Map[String, String]]): GetItemRequest

  24. def withKey(hashKey: (String, AttributeValue), rangeKey: (String, AttributeValue)): GetItemRequest

  25. def withKeyOpt(key: Option[Map[String, AttributeValue]]): GetItemRequest

  26. def withProjectionExpressionOpt(value: Option[String]): GetItemRequest

  27. def withReturnConsumedCapacityOpt(value: Option[String]): GetItemRequest

  28. def withTableNameOpt(value: Option[String]): GetItemRequest

Inherited from PimpedType[GetItemRequest]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped