@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<ChangeSetSummaryListItem> |
getChangeSetSummaryList()
Array of
ChangeSetSummaryListItem objects. |
String |
getNextToken()
The value of the next token, if it exists.
|
int |
hashCode() |
void |
setChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
void |
setNextToken(String nextToken)
The value of the next token, if it exists.
|
String |
toString()
Returns a string representation of this object.
|
ListChangeSetsResult |
withChangeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
ListChangeSetsResult |
withChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
ListChangeSetsResult |
withNextToken(String nextToken)
The value of the next token, if it exists.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ChangeSetSummaryListItem> getChangeSetSummaryList()
Array of ChangeSetSummaryListItem objects.
ChangeSetSummaryListItem objects.public void setChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of ChangeSetSummaryListItem objects.
changeSetSummaryList - Array of ChangeSetSummaryListItem objects.public ListChangeSetsResult withChangeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)
Array of ChangeSetSummaryListItem objects.
NOTE: This method appends the values to the existing list (if any). Use
setChangeSetSummaryList(java.util.Collection) or withChangeSetSummaryList(java.util.Collection)
if you want to override the existing values.
changeSetSummaryList - Array of ChangeSetSummaryListItem objects.public ListChangeSetsResult withChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of ChangeSetSummaryListItem objects.
changeSetSummaryList - Array of ChangeSetSummaryListItem objects.public void setNextToken(String nextToken)
The value of the next token, if it exists. Null if there are no more results.
nextToken - The value of the next token, if it exists. Null if there are no more results.public String getNextToken()
The value of the next token, if it exists. Null if there are no more results.
public ListChangeSetsResult withNextToken(String nextToken)
The value of the next token, if it exists. Null if there are no more results.
nextToken - The value of the next token, if it exists. Null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListChangeSetsResult clone()