@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListViewsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListViewsResult() |
Modifier and Type | Method and Description |
---|---|
ListViewsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results.
|
List<ViewSummary> |
getViewsSummaryList()
A list of view summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListViewsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
ListViewsResult |
withViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
|
ListViewsResult |
withViewsSummaryList(ViewSummary... viewsSummaryList)
A list of view summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ViewSummary> getViewsSummaryList()
A list of view summaries.
public void setViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
viewsSummaryList
- A list of view summaries.public ListViewsResult withViewsSummaryList(ViewSummary... viewsSummaryList)
A list of view summaries.
NOTE: This method appends the values to the existing list (if any). Use
setViewsSummaryList(java.util.Collection)
or withViewsSummaryList(java.util.Collection)
if you
want to override the existing values.
viewsSummaryList
- A list of view summaries.public ListViewsResult withViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
viewsSummaryList
- A list of view summaries.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListViewsResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListViewsResult clone()