@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetBackupPlanFromJSONResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.