@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRelationalDatabaseSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRelationalDatabaseSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRelationalDatabaseSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRelationalDatabaseName()
The name of the database on which to base your new snapshot.
|
String |
getRelationalDatabaseSnapshotName()
The name for your new database snapshot.
|
int |
hashCode() |
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of the database on which to base your new snapshot.
|
void |
setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name for your new database snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateRelationalDatabaseSnapshotRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of the database on which to base your new snapshot.
|
CreateRelationalDatabaseSnapshotRequest |
withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name for your new database snapshot.
|
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 CreateRelationalDatabaseSnapshotRequest()
public void setRelationalDatabaseName(String relationalDatabaseName)
The name of the database on which to base your new snapshot.
relationalDatabaseName
- The name of the database on which to base your new snapshot.public String getRelationalDatabaseName()
The name of the database on which to base your new snapshot.
public CreateRelationalDatabaseSnapshotRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of the database on which to base your new snapshot.
relationalDatabaseName
- The name of the database on which to base your new snapshot.public void setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
relationalDatabaseSnapshotName
- The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public String getRelationalDatabaseSnapshotName()
The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public CreateRelationalDatabaseSnapshotRequest withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
relationalDatabaseSnapshotName
- The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public String toString()
toString
in class Object
Object.toString()
public CreateRelationalDatabaseSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.