@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyValueStoreList extends Object implements Serializable, Cloneable
The Key Value Store list.
Constructor and Description |
---|
KeyValueStoreList() |
Modifier and Type | Method and Description |
---|---|
KeyValueStoreList |
clone() |
boolean |
equals(Object obj) |
List<KeyValueStore> |
getItems()
The items of the Key Value Store list.
|
Integer |
getMaxItems()
The maximum number of items in the Key Value Store list.
|
String |
getNextMarker()
The next marker associated with the Key Value Store list.
|
Integer |
getQuantity()
The quantity of the Key Value Store list.
|
int |
hashCode() |
void |
setItems(Collection<KeyValueStore> items)
The items of the Key Value Store list.
|
void |
setMaxItems(Integer maxItems)
The maximum number of items in the Key Value Store list.
|
void |
setNextMarker(String nextMarker)
The next marker associated with the Key Value Store list.
|
void |
setQuantity(Integer quantity)
The quantity of the Key Value Store list.
|
String |
toString()
Returns a string representation of this object.
|
KeyValueStoreList |
withItems(Collection<KeyValueStore> items)
The items of the Key Value Store list.
|
KeyValueStoreList |
withItems(KeyValueStore... items)
The items of the Key Value Store list.
|
KeyValueStoreList |
withMaxItems(Integer maxItems)
The maximum number of items in the Key Value Store list.
|
KeyValueStoreList |
withNextMarker(String nextMarker)
The next marker associated with the Key Value Store list.
|
KeyValueStoreList |
withQuantity(Integer quantity)
The quantity of the Key Value Store list.
|
public void setNextMarker(String nextMarker)
The next marker associated with the Key Value Store list.
nextMarker
- The next marker associated with the Key Value Store list.public String getNextMarker()
The next marker associated with the Key Value Store list.
public KeyValueStoreList withNextMarker(String nextMarker)
The next marker associated with the Key Value Store list.
nextMarker
- The next marker associated with the Key Value Store list.public void setMaxItems(Integer maxItems)
The maximum number of items in the Key Value Store list.
maxItems
- The maximum number of items in the Key Value Store list.public Integer getMaxItems()
The maximum number of items in the Key Value Store list.
public KeyValueStoreList withMaxItems(Integer maxItems)
The maximum number of items in the Key Value Store list.
maxItems
- The maximum number of items in the Key Value Store list.public void setQuantity(Integer quantity)
The quantity of the Key Value Store list.
quantity
- The quantity of the Key Value Store list.public Integer getQuantity()
The quantity of the Key Value Store list.
public KeyValueStoreList withQuantity(Integer quantity)
The quantity of the Key Value Store list.
quantity
- The quantity of the Key Value Store list.public List<KeyValueStore> getItems()
The items of the Key Value Store list.
public void setItems(Collection<KeyValueStore> items)
The items of the Key Value Store list.
items
- The items of the Key Value Store list.public KeyValueStoreList withItems(KeyValueStore... items)
The items of the Key Value Store list.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The items of the Key Value Store list.public KeyValueStoreList withItems(Collection<KeyValueStore> items)
The items of the Key Value Store list.
items
- The items of the Key Value Store list.public String toString()
toString
in class Object
Object.toString()
public KeyValueStoreList clone()