case class Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil) extends com.amazonaws.services.dynamodbv2.model.Projection with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Projection
- Serializable
- Product
- Equals
- Projection
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil)
Value Members
-
def
clone(): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection → AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Projection → AnyRef → Any
-
def
getNonKeyAttributes(): List[String]
- Definition Classes
- Projection
-
def
getProjectionType(): String
- Definition Classes
- Projection
-
def
hashCode(): Int
- Definition Classes
- Projection → AnyRef → Any
-
def
marshall(arg0: ProtocolMarshaller): Unit
- Definition Classes
- Projection → StructuredPojo
- val nonKeyAttributes: Seq[String]
- val projectionType: ProjectionType
-
def
setNonKeyAttributes(arg0: Collection[String]): Unit
- Definition Classes
- Projection
-
def
setProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): Unit
- Definition Classes
- Projection
-
def
setProjectionType(arg0: String): Unit
- Definition Classes
- Projection
-
def
toString(): String
- Definition Classes
- Projection → AnyRef → Any
-
def
withNonKeyAttributes(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
-
def
withNonKeyAttributes(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
- Annotations
- @transient()
-
def
withProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
-
def
withProjectionType(arg0: String): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection