@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackupPlanFromTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackupPlanFromTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetBackupPlanFromTemplateResult |
clone() |
boolean |
equals(Object obj) |
BackupPlan |
getBackupPlanDocument()
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
int |
hashCode() |
void |
setBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
String |
toString()
Returns a string representation of this object.
|
GetBackupPlanFromTemplateResult |
withBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
backupPlanDocument
- Returns the body of a backup plan based on the target template, including the name, rules, and backup
vault of the plan.public BackupPlan getBackupPlanDocument()
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
public GetBackupPlanFromTemplateResult withBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
backupPlanDocument
- Returns the body of a backup plan based on the target template, including the name, rules, and backup
vault of the plan.public String toString()
toString
in class Object
Object.toString()
public GetBackupPlanFromTemplateResult clone()