@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackupPlanFromJSONResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetBackupPlanFromJSONResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBackupPlanFromJSONResult | clone() | 
| boolean | equals(Object obj) | 
| BackupPlan | getBackupPlan()
 Specifies the body of a backup plan. | 
| int | hashCode() | 
| void | setBackupPlan(BackupPlan backupPlan)
 Specifies the body of a backup plan. | 
| String | toString()Returns a string representation of this object. | 
| GetBackupPlanFromJSONResult | withBackupPlan(BackupPlan backupPlan)
 Specifies the body of a backup plan. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBackupPlan(BackupPlan backupPlan)
 Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
 Rules.
 
backupPlan - Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
        Rules.public BackupPlan getBackupPlan()
 Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
 Rules.
 
BackupPlanName and one or more sets of
         Rules.public GetBackupPlanFromJSONResult withBackupPlan(BackupPlan backupPlan)
 Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
 Rules.
 
backupPlan - Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
        Rules.public String toString()
toString in class ObjectObject.toString()public GetBackupPlanFromJSONResult clone()