@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 |
clone() |
boolean |
equals(Object obj) |
String |
getBackupJobId()
Uniquely identifies a request to AWS Backup to back up a resource.
|
Long |
getBackupSizeInBytes()
The size, in bytes, of a backup.
|
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.
|
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 . |
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 |
getResourceType()
The type of AWS 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 resource recovery point.
|
String |
getStatusMessage()
A detailed message explaining the status of the job to back up a resource.
|
int |
hashCode() |
void |
setBackupJobId(String backupJobId)
Uniquely identifies a request to AWS Backup to back up a resource.
|
void |
setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
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 |
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 |
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 |
setResourceType(String resourceType)
The type of AWS 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 resource recovery point.
|
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 |
withBackupJobId(String backupJobId)
Uniquely identifies a request to AWS Backup to back up a resource.
|
DescribeBackupJobResult |
withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
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 |
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 |
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 |
withResourceType(String resourceType)
The type of AWS 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 resource recovery point.
|
DescribeBackupJobResult |
withState(String state)
The current state of a resource recovery point.
|
DescribeBackupJobResult |
withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupJobId(String backupJobId)
Uniquely identifies a request to AWS Backup to back up a resource.
backupJobId
- Uniquely identifies a request to AWS Backup to back up a resource.public String getBackupJobId()
Uniquely identifies a request to AWS Backup to back up a resource.
public DescribeBackupJobResult withBackupJobId(String backupJobId)
Uniquely identifies a request to AWS Backup to back up a resource.
backupJobId
- Uniquely identifies a request to AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 CreationDate
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 CreationDate
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 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 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 CreationDate
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 CreationDate
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 resource recovery point.
state
- The current state of a resource recovery point.BackupJobState
public String getState()
The current state of a resource recovery point.
BackupJobState
public DescribeBackupJobResult withState(String state)
The current state of a resource recovery point.
state
- The current state of a resource recovery point.BackupJobState
public DescribeBackupJobResult withState(BackupJobState state)
The current state of a resource recovery point.
state
- The current state of a resource recovery point.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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 String toString()
toString
in class Object
Object.toString()
public DescribeBackupJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.