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