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