@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() |
boolean |
equals(Object obj) |
String |
getAliasName()
The alias name.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
|
String |
getDashboardId()
The ID for the dashboard.
|
Long |
getVersionNumber()
The version number for the dashboard.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The alias name.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setVersionNumber(Long versionNumber)
The version number for the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardRequest |
withAliasName(String aliasName)
The alias name.
|
DescribeDashboardRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
|
DescribeDashboardRequest |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
DescribeDashboardRequest |
withVersionNumber(Long versionNumber)
The version number for the dashboard.
|
addHandlerContext, copyBaseTo, 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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
awsAccountId
- The ID of the Amazon Web Services account; that contains the dashboard that you're describing.public String getAwsAccountId()
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
public DescribeDashboardRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing.
awsAccountId
- The ID of the Amazon Web Services account; that contains the dashboard that you're describing.public void setDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public String getDashboardId()
The ID for the dashboard.
public DescribeDashboardRequest withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public void setVersionNumber(Long versionNumber)
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
versionNumber
- The version number for the dashboard. If a version number isn't passed, the latest published dashboard
version is described.public Long getVersionNumber()
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
public DescribeDashboardRequest withVersionNumber(Long versionNumber)
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
versionNumber
- The version number for the dashboard. If a version number isn't passed, the latest published dashboard
version is described.public void setAliasName(String aliasName)
The alias name.
aliasName
- The alias name.public String getAliasName()
The alias name.
public DescribeDashboardRequest withAliasName(String aliasName)
The alias name.
aliasName
- The alias name.public String toString()
toString
in class Object
Object.toString()
public DescribeDashboardRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.