Projection

case class Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String]) extends Projection
Companion
object
trait Product
trait Equals
class Projection
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): Projection
Inherited from
Projection
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Projection
def getNonKeyAttributes(): List[String]
Inherited from
Projection
def getProjectionType(): String
Inherited from
Projection
def hashCode(): Int
Inherited from
Projection
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
Projection
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setNonKeyAttributes(`x$0`: Collection[String]): Unit
Inherited from
Projection
def setProjectionType(`x$0`: ProjectionType): Unit
Inherited from
Projection
def setProjectionType(`x$0`: String): Unit
Inherited from
Projection
def toString(): String
Inherited from
Projection
def withNonKeyAttributes(`x$0`: Collection[String]): Projection
Inherited from
Projection
def withNonKeyAttributes(`x$0`: String*): Projection
Inherited from
Projection
def withProjectionType(`x$0`: ProjectionType): Projection
Inherited from
Projection
def withProjectionType(`x$0`: String): Projection
Inherited from
Projection