@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupSelectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateBackupSelectionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateBackupSelectionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getBackupPlanId()
 Uniquely identifies a backup plan. | 
| Date | getCreationDate()
 The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). | 
| 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 | setCreationDate(Date creationDate)
 The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). | 
| 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. | 
| CreateBackupSelectionResult | withBackupPlanId(String backupPlanId)
 Uniquely identifies a backup plan. | 
| CreateBackupSelectionResult | withCreationDate(Date creationDate)
 The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). | 
| CreateBackupSelectionResult | withSelectionId(String selectionId)
 Uniquely identifies the body of a request to assign a set of resources to a backup plan. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateBackupSelectionResult 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 CreateBackupSelectionResult 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 CreateBackupSelectionResult 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 String toString()
toString in class ObjectObject.toString()public CreateBackupSelectionResult clone()