@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardSnapshotJobResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDashboardSnapshotJobResultRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardSnapshotJobResultRequest |
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.
|
DescribeDashboardSnapshotJobResultRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
DescribeDashboardSnapshotJobResultRequest |
withDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
DescribeDashboardSnapshotJobResultRequest |
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, withSdkRequestTimeout
public DescribeDashboardSnapshotJobResultRequest()
public 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 DescribeDashboardSnapshotJobResultRequest 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 DescribeDashboardSnapshotJobResultRequest 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 DescribeDashboardSnapshotJobResultRequest 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 Object
Object.toString()
public DescribeDashboardSnapshotJobResultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()