@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackupPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateBackupPlanRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBackupPlanRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| BackupPlanInput | getBackupPlan()
 Specifies the body of a backup plan. | 
| String | getBackupPlanId()
 Uniquely identifies a backup plan. | 
| int | hashCode() | 
| void | setBackupPlan(BackupPlanInput backupPlan)
 Specifies the body of a backup plan. | 
| void | setBackupPlanId(String backupPlanId)
 Uniquely identifies a backup plan. | 
| String | toString()Returns a string representation of this object. | 
| UpdateBackupPlanRequest | withBackupPlan(BackupPlanInput backupPlan)
 Specifies the body of a backup plan. | 
| UpdateBackupPlanRequest | withBackupPlanId(String backupPlanId)
 Uniquely identifies a backup plan. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public UpdateBackupPlanRequest withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.public void setBackupPlan(BackupPlanInput 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 BackupPlanInput 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 UpdateBackupPlanRequest withBackupPlan(BackupPlanInput 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 UpdateBackupPlanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()