@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionalCheckFailedException extends AmazonDynamoDBException
A condition specified in the operation could not be evaluated.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| ConditionalCheckFailedException(String message)Constructs a new ConditionalCheckFailedException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConditionalCheckFailedException | addItemEntry(String key,
            AttributeValue value)Add a single Item entry | 
| ConditionalCheckFailedException | clearItemEntries()Removes all the entries added into Item. | 
| Map<String,AttributeValue> | getItem()
 Item which caused the  ConditionalCheckFailedException. | 
| void | setItem(Map<String,AttributeValue> item)
 Item which caused the  ConditionalCheckFailedException. | 
| ConditionalCheckFailedException | withItem(Map<String,AttributeValue> item)
 Item which caused the  ConditionalCheckFailedException. | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConditionalCheckFailedException(String message)
message - Describes the error encountered.public Map<String,AttributeValue> getItem()
 Item which caused the ConditionalCheckFailedException.
 
ConditionalCheckFailedException.public void setItem(Map<String,AttributeValue> item)
 Item which caused the ConditionalCheckFailedException.
 
item - Item which caused the ConditionalCheckFailedException.public ConditionalCheckFailedException withItem(Map<String,AttributeValue> item)
 Item which caused the ConditionalCheckFailedException.
 
item - Item which caused the ConditionalCheckFailedException.public ConditionalCheckFailedException addItemEntry(String key, AttributeValue value)
public ConditionalCheckFailedException clearItemEntries()