@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBackupJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeBackupJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBackupJobResult |
addBackupOptionsEntry(String key,
String value)
Add a single BackupOptions entry
|
DescribeBackupJobResult |
addChildJobsInStateEntry(String key,
Long value)
Add a single ChildJobsInState entry
|
DescribeBackupJobResult |
clearBackupOptionsEntries()
Removes all the entries added into BackupOptions.
|
DescribeBackupJobResult |
clearChildJobsInStateEntries()
Removes all the entries added into ChildJobsInState.
|
DescribeBackupJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
Returns the account ID that owns the backup job.
|
String |
getBackupJobId()
Uniquely identifies a request to Backup to back up a resource.
|
Map<String,String> |
getBackupOptions()
Represents the options specified as part of backup plan or on-demand backup job.
|
Long |
getBackupSizeInBytes()
The size, in bytes, of a backup.
|
String |
getBackupType()
Represents the actual backup type selected for a backup job.
|
String |
getBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Long |
getBytesTransferred()
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
Map<String,Long> |
getChildJobsInState()
This returns the statistics of the included child (nested) backup jobs.
|
Date |
getCompletionDate()
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
RecoveryPointCreator |
getCreatedBy()
Contains identifying information about the creation of a backup job, including the
BackupPlanArn ,
BackupPlanId , BackupPlanVersion , and BackupRuleId of the backup plan that
is used to create it. |
Date |
getCreationDate()
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
Date |
getExpectedCompletionDate()
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
String |
getIamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
Date |
getInitiationDate()
This is the date a backup job was initiated.
|
Boolean |
getIsParent()
This returns the boolean value that a backup job is a parent (composite) job.
|
String |
getMessageCategory()
This is the job count for the specified message category.
|
Long |
getNumberOfChildJobs()
This returns the number of child (nested) backup jobs.
|
String |
getParentJobId()
This returns the parent (composite) resource backup job ID.
|
String |
getPercentDone()
Contains an estimated percentage that is 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 . |
String |
getResourceArn()
An ARN that uniquely identifies a saved resource.
|
String |
getResourceName()
This is the non-unique name of the resource that belongs to the specified backup.
|
String |
getResourceType()
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
Date |
getStartBy()
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
String |
getState()
The current state of a backup job.
|
String |
getStatusMessage()
A detailed message explaining the status of the job to back up a resource.
|
int |
hashCode() |
Boolean |
isParent()
This returns the boolean value that a backup job is a parent (composite) job.
|
void |
setAccountId(String accountId)
Returns the account ID that owns the backup job.
|
void |
setBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
void |
setBackupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
|
void |
setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
void |
setBackupType(String backupType)
Represents the actual backup type selected for a backup job.
|
void |
setBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
void |
setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
void |
setBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
void |
setChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
void |
setCompletionDate(Date completionDate)
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
void |
setCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn ,
BackupPlanId , BackupPlanVersion , and BackupRuleId of the backup plan that
is used to create it. |
void |
setCreationDate(Date creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setExpectedCompletionDate(Date expectedCompletionDate)
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
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 |
setInitiationDate(Date initiationDate)
This is the date a backup job was initiated.
|
void |
setIsParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
|
void |
setMessageCategory(String messageCategory)
This is the job count for the specified message category.
|
void |
setNumberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
|
void |
setParentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
|
void |
setPercentDone(String percentDone)
Contains an estimated percentage that is 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 |
setResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource.
|
void |
setResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
void |
setResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
void |
setStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
void |
setState(String state)
The current state of a backup job.
|
void |
setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBackupJobResult |
withAccountId(String accountId)
Returns the account ID that owns the backup job.
|
DescribeBackupJobResult |
withBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
DescribeBackupJobResult |
withBackupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
|
DescribeBackupJobResult |
withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
DescribeBackupJobResult |
withBackupType(String backupType)
Represents the actual backup type selected for a backup job.
|
DescribeBackupJobResult |
withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
DescribeBackupJobResult |
withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
DescribeBackupJobResult |
withBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
DescribeBackupJobResult |
withChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
DescribeBackupJobResult |
withCompletionDate(Date completionDate)
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
DescribeBackupJobResult |
withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn ,
BackupPlanId , BackupPlanVersion , and BackupRuleId of the backup plan that
is used to create it. |
DescribeBackupJobResult |
withCreationDate(Date creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeBackupJobResult |
withExpectedCompletionDate(Date expectedCompletionDate)
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
DescribeBackupJobResult |
withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
DescribeBackupJobResult |
withInitiationDate(Date initiationDate)
This is the date a backup job was initiated.
|
DescribeBackupJobResult |
withIsParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
|
DescribeBackupJobResult |
withMessageCategory(String messageCategory)
This is the job count for the specified message category.
|
DescribeBackupJobResult |
withNumberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
|
DescribeBackupJobResult |
withParentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
|
DescribeBackupJobResult |
withPercentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
|
DescribeBackupJobResult |
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 . |
DescribeBackupJobResult |
withResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource.
|
DescribeBackupJobResult |
withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
DescribeBackupJobResult |
withResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
DescribeBackupJobResult |
withStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
DescribeBackupJobResult |
withState(BackupJobState state)
The current state of a backup job.
|
DescribeBackupJobResult |
withState(String state)
The current state of a backup job.
|
DescribeBackupJobResult |
withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountId(String accountId)
Returns the account ID that owns the backup job.
accountId
- Returns the account ID that owns the backup job.public String getAccountId()
Returns the account ID that owns the backup job.
public DescribeBackupJobResult withAccountId(String accountId)
Returns the account ID that owns the backup job.
accountId
- Returns the account ID that owns the backup job.public void setBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
backupJobId
- Uniquely identifies a request to Backup to back up a resource.public String getBackupJobId()
Uniquely identifies a request to Backup to back up a resource.
public DescribeBackupJobResult withBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
backupJobId
- Uniquely identifies a request to Backup to back up a resource.public void setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Amazon Web Services Region where they are created. They
consist of lowercase letters, numbers, and hyphens.public String getBackupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public DescribeBackupJobResult withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Amazon Web Services Region where they are created. They
consist of lowercase letters, numbers, and hyphens.public void setBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
backupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public String getBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public DescribeBackupJobResult withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
backupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.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 DescribeBackupJobResult 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 setResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
resourceArn
- An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.public String getResourceArn()
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
public DescribeBackupJobResult withResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
resourceArn
- An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.public void setCreationDate(Date creationDate)
The date and time that a backup 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 that a backup 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 that a backup 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 DescribeBackupJobResult withCreationDate(Date creationDate)
The date and time that a backup 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 that a backup 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 that a job to create a backup job 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 that a job to create a backup job 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 that a job to create a backup job 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 DescribeBackupJobResult withCompletionDate(Date completionDate)
The date and time that a job to create a backup job 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 that a job to create a backup job 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 setState(String state)
The current state of a backup job.
state
- The current state of a backup job.BackupJobState
public String getState()
The current state of a backup job.
BackupJobState
public DescribeBackupJobResult withState(String state)
The current state of a backup job.
state
- The current state of a backup job.BackupJobState
public DescribeBackupJobResult withState(BackupJobState state)
The current state of a backup job.
state
- The current state of a backup job.BackupJobState
public void setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
statusMessage
- A detailed message explaining the status of the job to back up a resource.public String getStatusMessage()
A detailed message explaining the status of the job to back up a resource.
public DescribeBackupJobResult withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
statusMessage
- A detailed message explaining the status of the job to back up a resource.public void setPercentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
percentDone
- Contains an estimated percentage that is complete of a job at the time the job status was queried.public String getPercentDone()
Contains an estimated percentage that is complete of a job at the time the job status was queried.
public DescribeBackupJobResult withPercentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
percentDone
- Contains an estimated percentage that is complete of a job at the time the job status was queried.public void setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
backupSizeInBytes
- The size, in bytes, of a backup.public Long getBackupSizeInBytes()
The size, in bytes, of a backup.
public DescribeBackupJobResult withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
backupSizeInBytes
- The size, in bytes, of a backup.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 DescribeBackupJobResult 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 setCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the BackupPlanArn
,
BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan that
is used to create it.
createdBy
- Contains identifying information about the creation of a backup job, including the
BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and
BackupRuleId
of the backup plan that is used to create it.public RecoveryPointCreator getCreatedBy()
Contains identifying information about the creation of a backup job, including the BackupPlanArn
,
BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan that
is used to create it.
BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and
BackupRuleId
of the backup plan that is used to create it.public DescribeBackupJobResult withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the BackupPlanArn
,
BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan that
is used to create it.
createdBy
- Contains identifying information about the creation of a backup job, including the
BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and
BackupRuleId
of the backup plan that is used to create it.public void setResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceType
- The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store
(Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.public String getResourceType()
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
public DescribeBackupJobResult withResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceType
- The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store
(Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.public void setBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
bytesTransferred
- The size in bytes transferred to a backup vault at the time that the job status was queried.public Long getBytesTransferred()
The size in bytes transferred to a backup vault at the time that the job status was queried.
public DescribeBackupJobResult withBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
bytesTransferred
- The size in bytes transferred to a backup vault at the time that the job status was queried.public void setExpectedCompletionDate(Date expectedCompletionDate)
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
expectedCompletionDate
- The date and time that a job to back up resources is expected to be completed, in Unix format and
Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getExpectedCompletionDate()
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
ExpectedCompletionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public DescribeBackupJobResult withExpectedCompletionDate(Date expectedCompletionDate)
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
expectedCompletionDate
- The date and time that a job to back up resources is expected to be completed, in Unix format and
Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public void setStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled
time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date
specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
startBy
- Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started
before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the
scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00
PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getStartBy()
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled
time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date
specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
StartBy
time would be
8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public DescribeBackupJobResult withStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled
time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date
specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
startBy
- Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started
before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the
scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00
PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Map<String,String> getBackupOptions()
Represents the options specified as part of backup plan or on-demand backup job.
public void setBackupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
backupOptions
- Represents the options specified as part of backup plan or on-demand backup job.public DescribeBackupJobResult withBackupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
backupOptions
- Represents the options specified as part of backup plan or on-demand backup job.public DescribeBackupJobResult addBackupOptionsEntry(String key, String value)
public DescribeBackupJobResult clearBackupOptionsEntries()
public void setBackupType(String backupType)
Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow
Copy Service (VSS) backup was taken, BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.
backupType
- Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume
Shadow Copy Service (VSS) backup was taken, BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.public String getBackupType()
Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow
Copy Service (VSS) backup was taken, BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.
BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.public DescribeBackupJobResult withBackupType(String backupType)
Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow
Copy Service (VSS) backup was taken, BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.
backupType
- Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume
Shadow Copy Service (VSS) backup was taken, BackupType
returns "WindowsVSS"
. If
BackupType
is empty, then the backup type was a regular backup.public void setParentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
parentJobId
- This returns the parent (composite) resource backup job ID.public String getParentJobId()
This returns the parent (composite) resource backup job ID.
public DescribeBackupJobResult withParentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
parentJobId
- This returns the parent (composite) resource backup job ID.public void setIsParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
isParent
- This returns the boolean value that a backup job is a parent (composite) job.public Boolean getIsParent()
This returns the boolean value that a backup job is a parent (composite) job.
public DescribeBackupJobResult withIsParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
isParent
- This returns the boolean value that a backup job is a parent (composite) job.public Boolean isParent()
This returns the boolean value that a backup job is a parent (composite) job.
public void setNumberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
numberOfChildJobs
- This returns the number of child (nested) backup jobs.public Long getNumberOfChildJobs()
This returns the number of child (nested) backup jobs.
public DescribeBackupJobResult withNumberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
numberOfChildJobs
- This returns the number of child (nested) backup jobs.public Map<String,Long> getChildJobsInState()
This returns the statistics of the included child (nested) backup jobs.
public void setChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
childJobsInState
- This returns the statistics of the included child (nested) backup jobs.public DescribeBackupJobResult withChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
childJobsInState
- This returns the statistics of the included child (nested) backup jobs.public DescribeBackupJobResult addChildJobsInStateEntry(String key, Long value)
public DescribeBackupJobResult clearChildJobsInStateEntries()
public void setResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName
- This is the non-unique name of the resource that belongs to the specified backup.public String getResourceName()
This is the non-unique name of the resource that belongs to the specified backup.
public DescribeBackupJobResult withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName
- This is the non-unique name of the resource that belongs to the specified backup.public void setInitiationDate(Date initiationDate)
This is the date a backup job was initiated.
initiationDate
- This is the date a backup job was initiated.public Date getInitiationDate()
This is the date a backup job was initiated.
public DescribeBackupJobResult withInitiationDate(Date initiationDate)
This is the date a backup job was initiated.
initiationDate
- This is the date a backup job was initiated.public void setMessageCategory(String messageCategory)
This is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
INVALIDPARAMETERS
. View Monitoring for a list of
accepted MessageCategory strings.
messageCategory
- This is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and INVALIDPARAMETERS
. View Monitoring for a list of
accepted MessageCategory strings.
public String getMessageCategory()
This is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
INVALIDPARAMETERS
. View Monitoring for a list of
accepted MessageCategory strings.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and INVALIDPARAMETERS
. View Monitoring for a list
of accepted MessageCategory strings.
public DescribeBackupJobResult withMessageCategory(String messageCategory)
This is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
INVALIDPARAMETERS
. View Monitoring for a list of
accepted MessageCategory strings.
messageCategory
- This is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and INVALIDPARAMETERS
. View Monitoring for a list of
accepted MessageCategory strings.
public String toString()
toString
in class Object
Object.toString()
public DescribeBackupJobResult clone()