GetItem

@JsonSerializable
data class GetItem(val TableName: TableName, val Key: Key, val ProjectionExpression: String? = null, val ExpressionAttributeNames: TokensToNames? = null, val ConsistentRead: Boolean? = null, val ReturnConsumedCapacity: ReturnConsumedCapacity? = null) : DynamoDbAction<GetResponse>

Constructors

Link copied to clipboard
constructor(TableName: TableName, Key: Key, ProjectionExpression: String? = null, ExpressionAttributeNames: TokensToNames? = null, ConsistentRead: Boolean? = null, ReturnConsumedCapacity: ReturnConsumedCapacity? = null)

Properties

Link copied to clipboard
val ConsistentRead: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val Key: Key
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<GetResponse, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri