@Stability(value=Experimental) public static final class DynamoGetItemProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoGetItemProps
DynamoGetItemPropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoGetItemProps.Builder, DynamoGetItemProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getConsistentRead()
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;
|
Map<String,String> |
getExpressionAttributeNames()
One or more substitution tokens for attribute names in an expression.
|
DynamoAttribute |
getPartitionKey()
A attribute representing the partition key of the item to retrieve.
|
List<DynamoProjectionExpression> |
getProjectionExpression()
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
DynamoConsumedCapacity |
getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoAttribute |
getSortKey()
A attribute representing the sort key of the item to retrieve.
|
String |
getTableName()
The name of the table containing the requested item.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public DynamoAttribute getPartitionKey()
DynamoGetItemPropsEXPERIMENTAL
getPartitionKey in interface DynamoGetItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-Keypublic String getTableName()
DynamoGetItemPropsEXPERIMENTAL
getTableName in interface DynamoGetItemPropspublic Boolean getConsistentRead()
DynamoGetItemPropsotherwise, the operation uses eventually consistent reads.
Default: false
EXPERIMENTAL
getConsistentRead in interface DynamoGetItemPropspublic Map<String,String> getExpressionAttributeNames()
DynamoGetItemPropsDefault: - No expression attributes
EXPERIMENTAL
getExpressionAttributeNames in interface DynamoGetItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ExpressionAttributeNamespublic List<DynamoProjectionExpression> getProjectionExpression()
DynamoGetItemPropsThese attributes can include scalars, sets, or elements of a JSON document.
Default: - No projection expression
EXPERIMENTAL
getProjectionExpression in interface DynamoGetItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ProjectionExpressionpublic DynamoConsumedCapacity getReturnConsumedCapacity()
DynamoGetItemPropsDefault: DynamoConsumedCapacity.NONE
EXPERIMENTAL
getReturnConsumedCapacity in interface DynamoGetItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ReturnConsumedCapacitypublic DynamoAttribute getSortKey()
DynamoGetItemPropsDefault: - No sort key
EXPERIMENTAL
getSortKey in interface DynamoGetItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-Keypublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.