public class ListKeysResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListKeysResult() |
Modifier and Type | Method and Description |
---|---|
ListKeysResult |
clone() |
boolean |
equals(Object obj) |
List<KeyListEntry> |
getKeys()
A list of keys.
|
String |
getNextMarker()
If
Truncated is true, this value is present and contains
the value to use for the Marker request parameter in a
subsequent pagination request. |
Boolean |
getTruncated()
A flag that indicates whether there are more items in the list.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more items in the list.
|
void |
setKeys(Collection<KeyListEntry> keys)
A list of keys.
|
void |
setNextMarker(String nextMarker)
If
Truncated is true, this value is present and contains
the value to use for the Marker request parameter in a
subsequent pagination request. |
void |
setTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListKeysResult |
withKeys(Collection<KeyListEntry> keys)
A list of keys.
|
ListKeysResult |
withKeys(KeyListEntry... keys)
A list of keys.
|
ListKeysResult |
withNextMarker(String nextMarker)
If
Truncated is true, this value is present and contains
the value to use for the Marker request parameter in a
subsequent pagination request. |
ListKeysResult |
withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
public List<KeyListEntry> getKeys()
public void setKeys(Collection<KeyListEntry> keys)
keys
- A list of keys.public ListKeysResult withKeys(KeyListEntry... keys)
NOTE: This method appends the values to the existing list (if
any). Use setKeys(java.util.Collection)
or withKeys(java.util.Collection)
if you want to override the existing
values.
Returns a reference to this object so that method calls can be chained together.
keys
- A list of keys.public ListKeysResult withKeys(Collection<KeyListEntry> keys)
Returns a reference to this object so that method calls can be chained together.
keys
- A list of keys.public String getNextMarker()
Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.public void setNextMarker(String nextMarker)
Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
nextMarker
- If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.public ListKeysResult withNextMarker(String nextMarker)
Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
nextMarker
- If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.public Boolean isTruncated()
Marker
request parameter to retrieve
more keys in the list.Marker
request parameter to retrieve
more keys in the list.public void setTruncated(Boolean truncated)
Marker
request parameter to retrieve
more keys in the list.truncated
- A flag that indicates whether there are more items in the list. If
your results were truncated, you can make a subsequent pagination
request using the Marker
request parameter to retrieve
more keys in the list.public ListKeysResult withTruncated(Boolean truncated)
Marker
request parameter to retrieve
more keys in the list.
Returns a reference to this object so that method calls can be chained together.
truncated
- A flag that indicates whether there are more items in the list. If
your results were truncated, you can make a subsequent pagination
request using the Marker
request parameter to retrieve
more keys in the list.public Boolean getTruncated()
Marker
request parameter to retrieve
more keys in the list.Marker
request parameter to retrieve
more keys in the list.public String toString()
toString
in class Object
Object.toString()
public ListKeysResult clone()
Copyright © 2015. All rights reserved.