@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxVolumesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKxVolumesResult() |
Modifier and Type | Method and Description |
---|---|
ListKxVolumesResult |
clone() |
boolean |
equals(Object obj) |
List<KxVolume> |
getKxVolumeSummaries()
A summary of volumes.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListKxVolumesResult |
withKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
|
ListKxVolumesResult |
withKxVolumeSummaries(KxVolume... kxVolumeSummaries)
A summary of volumes.
|
ListKxVolumesResult |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<KxVolume> getKxVolumeSummaries()
A summary of volumes.
public void setKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
kxVolumeSummaries
- A summary of volumes.public ListKxVolumesResult withKxVolumeSummaries(KxVolume... kxVolumeSummaries)
A summary of volumes.
NOTE: This method appends the values to the existing list (if any). Use
setKxVolumeSummaries(java.util.Collection)
or withKxVolumeSummaries(java.util.Collection)
if
you want to override the existing values.
kxVolumeSummaries
- A summary of volumes.public ListKxVolumesResult withKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
kxVolumeSummaries
- A summary of volumes.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxVolumesResult withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String toString()
toString
in class Object
Object.toString()
public ListKxVolumesResult clone()