@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchDashboardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchDashboardsResult() |
Modifier and Type | Method and Description |
---|---|
SearchDashboardsResult |
clone() |
boolean |
equals(Object obj) |
List<DashboardSummary> |
getDashboardSummaryList()
The list of dashboards owned by the user specified in
Filters in your request. |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
SearchDashboardsResult |
withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResult |
withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
SearchDashboardsResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
SearchDashboardsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DashboardSummary> getDashboardSummaryList()
The list of dashboards owned by the user specified in Filters
in your request.
Filters
in your request.public void setDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
dashboardSummaryList
- The list of dashboards owned by the user specified in Filters
in your request.public SearchDashboardsResult withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
NOTE: This method appends the values to the existing list (if any). Use
setDashboardSummaryList(java.util.Collection)
or withDashboardSummaryList(java.util.Collection)
if you want to override the existing values.
dashboardSummaryList
- The list of dashboards owned by the user specified in Filters
in your request.public SearchDashboardsResult withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
dashboardSummaryList
- The list of dashboards owned by the user specified in Filters
in your request.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public SearchDashboardsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public SearchDashboardsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public SearchDashboardsResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public SearchDashboardsResult clone()