@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Metadata information about a Key Value Store.
Constructor and Description |
---|
DeleteKeyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version identifier of the Key Value Store after the successful delete.
|
Integer |
getItemCount()
Number of key value pairs in the Key Value Store after the successful delete.
|
Long |
getTotalSizeInBytes()
Total size of the Key Value Store after the successful delete, in bytes.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
|
void |
setItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
|
void |
setTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKeyResult |
withETag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
|
DeleteKeyResult |
withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
|
DeleteKeyResult |
withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
itemCount
- Number of key value pairs in the Key Value Store after the successful delete.public Integer getItemCount()
Number of key value pairs in the Key Value Store after the successful delete.
public DeleteKeyResult withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
itemCount
- Number of key value pairs in the Key Value Store after the successful delete.public void setTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
totalSizeInBytes
- Total size of the Key Value Store after the successful delete, in bytes.public Long getTotalSizeInBytes()
Total size of the Key Value Store after the successful delete, in bytes.
public DeleteKeyResult withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
totalSizeInBytes
- Total size of the Key Value Store after the successful delete, in bytes.public void setETag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
eTag
- The current version identifier of the Key Value Store after the successful delete.public String getETag()
The current version identifier of the Key Value Store after the successful delete.
public DeleteKeyResult withETag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
eTag
- The current version identifier of the Key Value Store after the successful delete.public String toString()
toString
in class Object
Object.toString()
public DeleteKeyResult clone()