@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreJobsListMember extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata about a restore job.
Constructor and Description |
---|
RestoreJobsListMember() |
Modifier and Type | Method and Description |
---|---|
RestoreJobsListMember |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID that owns the restore job.
|
Long |
getBackupSizeInBytes()
The size, in bytes, of the restored resource.
|
Date |
getCompletionDate()
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreJobCreator |
getCreatedBy()
Contains identifying information about the creation of a restore job.
|
String |
getCreatedResourceArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
Date |
getCreationDate()
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getDeletionStatus()
This notes the status of the data generated by the restore test.
|
String |
getDeletionStatusMessage()
This describes the restore job deletion status.
|
Long |
getExpectedCompletionTimeMinutes()
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
String |
getIamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
String |
getPercentDone()
Contains an estimated percentage complete of a job at the time the job status was queried.
|
String |
getRecoveryPointArn()
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
Date |
getRecoveryPointCreationDate()
The date on which a recovery point was created.
|
String |
getResourceType()
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
String |
getRestoreJobId()
Uniquely identifies the job that restores a recovery point.
|
String |
getStatus()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
String |
getStatusMessage()
A detailed message explaining the status of the job to restore a recovery point.
|
String |
getValidationStatus()
This is the status of validation run on the indicated restore job.
|
String |
getValidationStatusMessage()
This describes the status of validation run on the indicated restore job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The account ID that owns the restore job.
|
void |
setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
|
void |
setCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
void |
setCreatedBy(RestoreJobCreator createdBy)
Contains identifying information about the creation of a restore job.
|
void |
setCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
void |
setCreationDate(Date creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setDeletionStatus(String deletionStatus)
This notes the status of the data generated by the restore test.
|
void |
setDeletionStatusMessage(String deletionStatusMessage)
This describes the restore job deletion status.
|
void |
setExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
void |
setIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
void |
setPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
|
void |
setRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
void |
setRecoveryPointCreationDate(Date recoveryPointCreationDate)
The date on which a recovery point was created.
|
void |
setResourceType(String resourceType)
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
void |
setRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
|
void |
setStatus(String status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
void |
setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
|
void |
setValidationStatus(String validationStatus)
This is the status of validation run on the indicated restore job.
|
void |
setValidationStatusMessage(String validationStatusMessage)
This describes the status of validation run on the indicated restore job.
|
String |
toString()
Returns a string representation of this object.
|
RestoreJobsListMember |
withAccountId(String accountId)
The account ID that owns the restore job.
|
RestoreJobsListMember |
withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
|
RestoreJobsListMember |
withCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreJobsListMember |
withCreatedBy(RestoreJobCreator createdBy)
Contains identifying information about the creation of a restore job.
|
RestoreJobsListMember |
withCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
RestoreJobsListMember |
withCreationDate(Date creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
RestoreJobsListMember |
withDeletionStatus(RestoreDeletionStatus deletionStatus)
This notes the status of the data generated by the restore test.
|
RestoreJobsListMember |
withDeletionStatus(String deletionStatus)
This notes the status of the data generated by the restore test.
|
RestoreJobsListMember |
withDeletionStatusMessage(String deletionStatusMessage)
This describes the restore job deletion status.
|
RestoreJobsListMember |
withExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
RestoreJobsListMember |
withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
RestoreJobsListMember |
withPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
|
RestoreJobsListMember |
withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
RestoreJobsListMember |
withRecoveryPointCreationDate(Date recoveryPointCreationDate)
The date on which a recovery point was created.
|
RestoreJobsListMember |
withResourceType(String resourceType)
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
RestoreJobsListMember |
withRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
|
RestoreJobsListMember |
withStatus(RestoreJobStatus status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
RestoreJobsListMember |
withStatus(String status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
RestoreJobsListMember |
withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
|
RestoreJobsListMember |
withValidationStatus(RestoreValidationStatus validationStatus)
This is the status of validation run on the indicated restore job.
|
RestoreJobsListMember |
withValidationStatus(String validationStatus)
This is the status of validation run on the indicated restore job.
|
RestoreJobsListMember |
withValidationStatusMessage(String validationStatusMessage)
This describes the status of validation run on the indicated restore job.
|
public void setAccountId(String accountId)
The account ID that owns the restore job.
accountId
- The account ID that owns the restore job.public String getAccountId()
The account ID that owns the restore job.
public RestoreJobsListMember withAccountId(String accountId)
The account ID that owns the restore job.
accountId
- The account ID that owns the restore job.public void setRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
restoreJobId
- Uniquely identifies the job that restores a recovery point.public String getRestoreJobId()
Uniquely identifies the job that restores a recovery point.
public RestoreJobsListMember withRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
restoreJobId
- Uniquely identifies the job that restores a recovery point.public void setRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
recoveryPointArn
- An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public String getRecoveryPointArn()
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public RestoreJobsListMember withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
recoveryPointArn
- An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public void setCreationDate(Date creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value
of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.public Date getCreationDate()
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public RestoreJobsListMember withCreationDate(Date creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value
of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.public void setCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
completionDate
- The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal
Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getCompletionDate()
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
CompletionDate
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public RestoreJobsListMember withCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
completionDate
- The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal
Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public void setStatus(String status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
status
- A status code specifying the state of the job initiated by Backup to restore a recovery point.RestoreJobStatus
public String getStatus()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
RestoreJobStatus
public RestoreJobsListMember withStatus(String status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
status
- A status code specifying the state of the job initiated by Backup to restore a recovery point.RestoreJobStatus
public RestoreJobsListMember withStatus(RestoreJobStatus status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
status
- A status code specifying the state of the job initiated by Backup to restore a recovery point.RestoreJobStatus
public void setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
statusMessage
- A detailed message explaining the status of the job to restore a recovery point.public String getStatusMessage()
A detailed message explaining the status of the job to restore a recovery point.
public RestoreJobsListMember withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
statusMessage
- A detailed message explaining the status of the job to restore a recovery point.public void setPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
percentDone
- Contains an estimated percentage complete of a job at the time the job status was queried.public String getPercentDone()
Contains an estimated percentage complete of a job at the time the job status was queried.
public RestoreJobsListMember withPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
percentDone
- Contains an estimated percentage complete of a job at the time the job status was queried.public void setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
backupSizeInBytes
- The size, in bytes, of the restored resource.public Long getBackupSizeInBytes()
The size, in bytes, of the restored resource.
public RestoreJobsListMember withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
backupSizeInBytes
- The size, in bytes, of the restored resource.public void setIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
iamRoleArn
- Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.public String getIamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
arn:aws:iam::123456789012:role/S3Access
.public RestoreJobsListMember withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
iamRoleArn
- Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.public void setExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
expectedCompletionTimeMinutes
- The amount of time in minutes that a job restoring a recovery point is expected to take.public Long getExpectedCompletionTimeMinutes()
The amount of time in minutes that a job restoring a recovery point is expected to take.
public RestoreJobsListMember withExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
expectedCompletionTimeMinutes
- The amount of time in minutes that a job restoring a recovery point is expected to take.public void setCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
createdResourceArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public String getCreatedResourceArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public RestoreJobsListMember withCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
createdResourceArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public void setResourceType(String resourceType)
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
resourceType
- The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy
Service (VSS) backups, the only supported resource type is Amazon EC2.public String getResourceType()
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
public RestoreJobsListMember withResourceType(String resourceType)
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
resourceType
- The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy
Service (VSS) backups, the only supported resource type is Amazon EC2.public void setRecoveryPointCreationDate(Date recoveryPointCreationDate)
The date on which a recovery point was created.
recoveryPointCreationDate
- The date on which a recovery point was created.public Date getRecoveryPointCreationDate()
The date on which a recovery point was created.
public RestoreJobsListMember withRecoveryPointCreationDate(Date recoveryPointCreationDate)
The date on which a recovery point was created.
recoveryPointCreationDate
- The date on which a recovery point was created.public void setCreatedBy(RestoreJobCreator createdBy)
Contains identifying information about the creation of a restore job.
createdBy
- Contains identifying information about the creation of a restore job.public RestoreJobCreator getCreatedBy()
Contains identifying information about the creation of a restore job.
public RestoreJobsListMember withCreatedBy(RestoreJobCreator createdBy)
Contains identifying information about the creation of a restore job.
createdBy
- Contains identifying information about the creation of a restore job.public void setValidationStatus(String validationStatus)
This is the status of validation run on the indicated restore job.
validationStatus
- This is the status of validation run on the indicated restore job.RestoreValidationStatus
public String getValidationStatus()
This is the status of validation run on the indicated restore job.
RestoreValidationStatus
public RestoreJobsListMember withValidationStatus(String validationStatus)
This is the status of validation run on the indicated restore job.
validationStatus
- This is the status of validation run on the indicated restore job.RestoreValidationStatus
public RestoreJobsListMember withValidationStatus(RestoreValidationStatus validationStatus)
This is the status of validation run on the indicated restore job.
validationStatus
- This is the status of validation run on the indicated restore job.RestoreValidationStatus
public void setValidationStatusMessage(String validationStatusMessage)
This describes the status of validation run on the indicated restore job.
validationStatusMessage
- This describes the status of validation run on the indicated restore job.public String getValidationStatusMessage()
This describes the status of validation run on the indicated restore job.
public RestoreJobsListMember withValidationStatusMessage(String validationStatusMessage)
This describes the status of validation run on the indicated restore job.
validationStatusMessage
- This describes the status of validation run on the indicated restore job.public void setDeletionStatus(String deletionStatus)
This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.
deletionStatus
- This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.RestoreDeletionStatus
public String getDeletionStatus()
This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.
Deleting
,
Failed
, or Successful
.RestoreDeletionStatus
public RestoreJobsListMember withDeletionStatus(String deletionStatus)
This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.
deletionStatus
- This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.RestoreDeletionStatus
public RestoreJobsListMember withDeletionStatus(RestoreDeletionStatus deletionStatus)
This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.
deletionStatus
- This notes the status of the data generated by the restore test. The status may be Deleting
,
Failed
, or Successful
.RestoreDeletionStatus
public void setDeletionStatusMessage(String deletionStatusMessage)
This describes the restore job deletion status.
deletionStatusMessage
- This describes the restore job deletion status.public String getDeletionStatusMessage()
This describes the restore job deletion status.
public RestoreJobsListMember withDeletionStatusMessage(String deletionStatusMessage)
This describes the restore job deletion status.
deletionStatusMessage
- This describes the restore job deletion status.public String toString()
toString
in class Object
Object.toString()
public RestoreJobsListMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.