@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBackupJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBackupJobResult() |
Modifier and Type | Method and Description |
---|---|
StartBackupJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupJobId()
Uniquely identifies a request to Backup to back up a resource.
|
Date |
getCreationDate()
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
Boolean |
getIsParent()
This is a returned boolean value indicating this is a parent (composite) backup job.
|
String |
getRecoveryPointArn()
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
|
int |
hashCode() |
Boolean |
isParent()
This is a returned boolean value indicating this is a parent (composite) backup job.
|
void |
setBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
void |
setCreationDate(Date creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) backup job.
|
void |
setRecoveryPointArn(String recoveryPointArn)
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
|
String |
toString()
Returns a string representation of this object.
|
StartBackupJobResult |
withBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
StartBackupJobResult |
withCreationDate(Date creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
StartBackupJobResult |
withIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) backup job.
|
StartBackupJobResult |
withRecoveryPointArn(String recoveryPointArn)
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 StartBackupJobResult 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 setRecoveryPointArn(String recoveryPointArn)
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
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
- Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
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()
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
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 StartBackupJobResult withRecoveryPointArn(String recoveryPointArn)
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
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
- Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
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 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 StartBackupJobResult 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 setIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) backup job.
isParent
- This is a returned boolean value indicating this is a parent (composite) backup job.public Boolean getIsParent()
This is a returned boolean value indicating this is a parent (composite) backup job.
public StartBackupJobResult withIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) backup job.
isParent
- This is a returned boolean value indicating this is a parent (composite) backup job.public Boolean isParent()
This is a returned boolean value indicating this is a parent (composite) backup job.
public String toString()
toString
in class Object
Object.toString()
public StartBackupJobResult clone()