@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDashboardRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDashboardId()
The ID of the dashboard.
|
int |
hashCode() |
void |
setDashboardId(String dashboardId)
The ID of the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardRequest |
withDashboardId(String dashboardId)
The ID of the dashboard.
|
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, withSdkRequestTimeout
public void setDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.public String getDashboardId()
The ID of the dashboard.
public DescribeDashboardRequest withDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.public String toString()
toString
in class Object
Object.toString()
public DescribeDashboardRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()