@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<DashboardSummary> |
getDashboardSummaries()
A list that summarizes each dashboard in the project.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListDashboardsResult |
withDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResult |
withDashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DashboardSummary> getDashboardSummaries()
A list that summarizes each dashboard in the project.
public void setDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
dashboardSummaries
- A list that summarizes each dashboard in the project.public ListDashboardsResult withDashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
NOTE: This method appends the values to the existing list (if any). Use
setDashboardSummaries(java.util.Collection)
or withDashboardSummaries(java.util.Collection)
if
you want to override the existing values.
dashboardSummaries
- A list that summarizes each dashboard in the project.public ListDashboardsResult withDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
dashboardSummaries
- A list that summarizes each dashboard in the project.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListDashboardsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListDashboardsResult clone()