@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBackupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A user-defined description of the backup.
|
String |
getServerName()
The name of the server that you want to back up.
|
int |
hashCode() |
void |
setDescription(String description)
A user-defined description of the backup.
|
void |
setServerName(String serverName)
The name of the server that you want to back up.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateBackupRequest |
withDescription(String description)
A user-defined description of the backup.
|
CreateBackupRequest |
withServerName(String serverName)
The name of the server that you want to back up.
|
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, withSdkRequestTimeout
public void setServerName(String serverName)
The name of the server that you want to back up.
serverName
- The name of the server that you want to back up.public String getServerName()
The name of the server that you want to back up.
public CreateBackupRequest withServerName(String serverName)
The name of the server that you want to back up.
serverName
- The name of the server that you want to back up.public void setDescription(String description)
A user-defined description of the backup.
description
- A user-defined description of the backup.public String getDescription()
A user-defined description of the backup.
public CreateBackupRequest withDescription(String description)
A user-defined description of the backup.
description
- A user-defined description of the backup.public String toString()
toString
in class Object
Object.toString()
public CreateBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.