@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardSnapshotJobResultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDashboardSnapshotJobResultResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardSnapshotJobResultResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the snapshot job.
|
Date |
getCreatedTime()
The time that a snapshot job was created.
|
SnapshotJobErrorInfo |
getErrorInfo()
Displays information for the error that caused a job to fail.
|
String |
getJobStatus()
Indicates the status of a job after it has reached a terminal state.
|
Date |
getLastUpdatedTime()
The time that a snapshot job status was last updated.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
SnapshotJobResult |
getResult()
The result of the snapshot job.
|
Integer |
getStatus()
The HTTP status of the request
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the snapshot job.
|
void |
setCreatedTime(Date createdTime)
The time that a snapshot job was created.
|
void |
setErrorInfo(SnapshotJobErrorInfo errorInfo)
Displays information for the error that caused a job to fail.
|
void |
setJobStatus(String jobStatus)
Indicates the status of a job after it has reached a terminal state.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The time that a snapshot job status was last updated.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setResult(SnapshotJobResult result)
The result of the snapshot job.
|
void |
setStatus(Integer status)
The HTTP status of the request
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardSnapshotJobResultResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the snapshot job.
|
DescribeDashboardSnapshotJobResultResult |
withCreatedTime(Date createdTime)
The time that a snapshot job was created.
|
DescribeDashboardSnapshotJobResultResult |
withErrorInfo(SnapshotJobErrorInfo errorInfo)
Displays information for the error that caused a job to fail.
|
DescribeDashboardSnapshotJobResultResult |
withJobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job after it has reached a terminal state.
|
DescribeDashboardSnapshotJobResultResult |
withJobStatus(String jobStatus)
Indicates the status of a job after it has reached a terminal state.
|
DescribeDashboardSnapshotJobResultResult |
withLastUpdatedTime(Date lastUpdatedTime)
The time that a snapshot job status was last updated.
|
DescribeDashboardSnapshotJobResultResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDashboardSnapshotJobResultResult |
withResult(SnapshotJobResult result)
The result of the snapshot job.
|
DescribeDashboardSnapshotJobResultResult |
withStatus(Integer status)
The HTTP status of the request
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDashboardSnapshotJobResultResult()
public void setArn(String arn)
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJob
API call.
arn
- The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job
with a StartDashboardSnapshotJob
API call.public String getArn()
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJob
API call.
StartDashboardSnapshotJob
API call.public DescribeDashboardSnapshotJobResultResult withArn(String arn)
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJob
API call.
arn
- The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job
with a StartDashboardSnapshotJob
API call.public void setJobStatus(String jobStatus)
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.
jobStatus
- Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.SnapshotJobStatus
public String getJobStatus()
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.
COMPLETED
or FAILED
status.SnapshotJobStatus
public DescribeDashboardSnapshotJobResultResult withJobStatus(String jobStatus)
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.
jobStatus
- Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.SnapshotJobStatus
public DescribeDashboardSnapshotJobResultResult withJobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.
jobStatus
- Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED
or FAILED
status.SnapshotJobStatus
public void setCreatedTime(Date createdTime)
The time that a snapshot job was created.
createdTime
- The time that a snapshot job was created.public Date getCreatedTime()
The time that a snapshot job was created.
public DescribeDashboardSnapshotJobResultResult withCreatedTime(Date createdTime)
The time that a snapshot job was created.
createdTime
- The time that a snapshot job was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The time that a snapshot job status was last updated.
lastUpdatedTime
- The time that a snapshot job status was last updated.public Date getLastUpdatedTime()
The time that a snapshot job status was last updated.
public DescribeDashboardSnapshotJobResultResult withLastUpdatedTime(Date lastUpdatedTime)
The time that a snapshot job status was last updated.
lastUpdatedTime
- The time that a snapshot job status was last updated.public void setResult(SnapshotJobResult result)
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
result
- The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are
located. Jobs that have failedwill return information on the error that caused the job to fail.public SnapshotJobResult getResult()
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
public DescribeDashboardSnapshotJobResultResult withResult(SnapshotJobResult result)
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
result
- The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are
located. Jobs that have failedwill return information on the error that caused the job to fail.public void setErrorInfo(SnapshotJobErrorInfo errorInfo)
Displays information for the error that caused a job to fail.
errorInfo
- Displays information for the error that caused a job to fail.public SnapshotJobErrorInfo getErrorInfo()
Displays information for the error that caused a job to fail.
public DescribeDashboardSnapshotJobResultResult withErrorInfo(SnapshotJobErrorInfo errorInfo)
Displays information for the error that caused a job to fail.
errorInfo
- Displays information for the error that caused a job to fail.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeDashboardSnapshotJobResultResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request
status
- The HTTP status of the requestpublic Integer getStatus()
The HTTP status of the request
public DescribeDashboardSnapshotJobResultResult withStatus(Integer status)
The HTTP status of the request
status
- The HTTP status of the requestpublic String toString()
toString
in class Object
Object.toString()
public DescribeDashboardSnapshotJobResultResult clone()