@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardSnapshotJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDashboardSnapshotJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
String |
getDashboardId()
The ID of the dashboard that you have started a snapshot job for.
|
String |
getSnapshotJobId()
The ID of the job to be described.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
void |
setDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
void |
setSnapshotJobId(String snapshotJobId)
The ID of the job to be described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardSnapshotJobRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
DescribeDashboardSnapshotJobRequest |
withDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
DescribeDashboardSnapshotJobRequest |
withSnapshotJobId(String snapshotJobId)
The ID of the job to be described.
|
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 void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
awsAccountId - The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.public String getAwsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
public DescribeDashboardSnapshotJobRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
awsAccountId - The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.public void setDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
dashboardId - The ID of the dashboard that you have started a snapshot job for.public String getDashboardId()
The ID of the dashboard that you have started a snapshot job for.
public DescribeDashboardSnapshotJobRequest withDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
dashboardId - The ID of the dashboard that you have started a snapshot job for.public void setSnapshotJobId(String snapshotJobId)
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.
snapshotJobId - The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.public String getSnapshotJobId()
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.
StartDashboardSnapshotJob API call.public DescribeDashboardSnapshotJobRequest withSnapshotJobId(String snapshotJobId)
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.
snapshotJobId - The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.public String toString()
toString in class ObjectObject.toString()public DescribeDashboardSnapshotJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()