@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportBackupPlanTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportBackupPlanTemplateResult() |
Modifier and Type | Method and Description |
---|---|
ExportBackupPlanTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupPlanTemplateJson()
The body of a backup plan template in JSON format.
|
int |
hashCode() |
void |
setBackupPlanTemplateJson(String backupPlanTemplateJson)
The body of a backup plan template in JSON format.
|
String |
toString()
Returns a string representation of this object.
|
ExportBackupPlanTemplateResult |
withBackupPlanTemplateJson(String backupPlanTemplateJson)
The body of a backup plan template in JSON format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupPlanTemplateJson(String backupPlanTemplateJson)
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
backupPlanTemplateJson
- The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to
GetBackupPlanFromJSON.
public String getBackupPlanTemplateJson()
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
This is a signed JSON document that cannot be modified before being passed to
GetBackupPlanFromJSON.
public ExportBackupPlanTemplateResult withBackupPlanTemplateJson(String backupPlanTemplateJson)
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
backupPlanTemplateJson
- The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to
GetBackupPlanFromJSON.
public String toString()
toString
in class Object
Object.toString()
public ExportBackupPlanTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.