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