@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDashboardsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDashboardsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDashboardsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDashboardNames()
The dashboards to be deleted.
|
int |
hashCode() |
void |
setDashboardNames(Collection<String> dashboardNames)
The dashboards to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDashboardsRequest |
withDashboardNames(Collection<String> dashboardNames)
The dashboards to be deleted.
|
DeleteDashboardsRequest |
withDashboardNames(String... dashboardNames)
The dashboards to be deleted.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getDashboardNames()
The dashboards to be deleted.
public void setDashboardNames(Collection<String> dashboardNames)
The dashboards to be deleted.
dashboardNames - The dashboards to be deleted.public DeleteDashboardsRequest withDashboardNames(String... dashboardNames)
The dashboards to be deleted.
NOTE: This method appends the values to the existing list (if any). Use
setDashboardNames(java.util.Collection) or withDashboardNames(java.util.Collection) if you want
to override the existing values.
dashboardNames - The dashboards to be deleted.public DeleteDashboardsRequest withDashboardNames(Collection<String> dashboardNames)
The dashboards to be deleted.
dashboardNames - The dashboards to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteDashboardsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.