@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDashboardDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DescribeDashboardDefinitionRequest |
withAliasName(String aliasName)
The alias name.
|
DescribeDashboardDefinitionRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
|
DescribeDashboardDefinitionRequest |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
DescribeDashboardDefinitionRequest |
withVersionNumber(Long versionNumber)
The version number for 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 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 DescribeDashboardDefinitionRequest 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 DescribeDashboardDefinitionRequest 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 DescribeDashboardDefinitionRequest 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 DescribeDashboardDefinitionRequest withAliasName(String aliasName)
The alias name.
aliasName
- The alias name.public String toString()
toString
in class Object
Object.toString()
public DescribeDashboardDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()