@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDashboardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDashboardsResult() |
Modifier and Type | Method and Description |
---|---|
ListDashboardsResult |
clone() |
boolean |
equals(Object obj) |
List<DashboardEntry> |
getDashboardEntries()
The list of matching dashboards.
|
String |
getNextToken()
The token that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setDashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
void |
setNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDashboardsResult |
withDashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResult |
withDashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResult |
withNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DashboardEntry> getDashboardEntries()
The list of matching dashboards.
public void setDashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
dashboardEntries
- The list of matching dashboards.public ListDashboardsResult withDashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
NOTE: This method appends the values to the existing list (if any). Use
setDashboardEntries(java.util.Collection)
or withDashboardEntries(java.util.Collection)
if you
want to override the existing values.
dashboardEntries
- The list of matching dashboards.public ListDashboardsResult withDashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
dashboardEntries
- The list of matching dashboards.public void setNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken
- The token that marks the start of the next batch of returned results.public String getNextToken()
The token that marks the start of the next batch of returned results.
public ListDashboardsResult withNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken
- The token that marks the start of the next batch of returned results.public String toString()
toString
in class Object
Object.toString()
public ListDashboardsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.