@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackupSelectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackupSelectionResult() |
Modifier and Type | Method and Description |
---|---|
GetBackupSelectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupPlanId()
Uniquely identifies a backup plan.
|
BackupSelection |
getBackupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
|
Date |
getCreationDate()
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getCreatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
String |
getSelectionId()
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
int |
hashCode() |
void |
setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
void |
setBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
void |
setCreationDate(Date creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
void |
setSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
String |
toString()
Returns a string representation of this object.
|
GetBackupSelectionResult |
withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
GetBackupSelectionResult |
withBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
GetBackupSelectionResult |
withCreationDate(Date creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupSelectionResult |
withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
GetBackupSelectionResult |
withSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection
- Specifies the body of a request to assign a set of resources to a backup plan.public BackupSelection getBackupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
public GetBackupSelectionResult withBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection
- Specifies the body of a request to assign a set of resources to a backup plan.public void setSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
selectionId
- Uniquely identifies the body of a request to assign a set of resources to a backup plan.public String getSelectionId()
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
public GetBackupSelectionResult withSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
selectionId
- Uniquely identifies the body of a request to assign a set of resources to a backup plan.public void setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public GetBackupSelectionResult withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public void setCreationDate(Date creationDate)
The date and time a backup selection 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 backup selection 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 backup selection 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 GetBackupSelectionResult withCreationDate(Date creationDate)
The date and time a backup selection 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 backup selection 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 setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
creatorRequestId
- A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.public String getCreatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
public GetBackupSelectionResult withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
creatorRequestId
- A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.public String toString()
toString
in class Object
Object.toString()
public GetBackupSelectionResult clone()