@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyDBSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBSnapshotIdentifier()
The identifier of the DB snapshot to modify.
|
String |
getEngineVersion()
The engine version to update the DB snapshot to.
|
int |
hashCode() |
void |
setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the DB snapshot to modify.
|
void |
setEngineVersion(String engineVersion)
The engine version to update the DB snapshot to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyDBSnapshotRequest |
withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the DB snapshot to modify.
|
ModifyDBSnapshotRequest |
withEngineVersion(String engineVersion)
The engine version to update the DB snapshot to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the DB snapshot to modify.
dBSnapshotIdentifier
- The identifier of the DB snapshot to modify.public String getDBSnapshotIdentifier()
The identifier of the DB snapshot to modify.
public ModifyDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the DB snapshot to modify.
dBSnapshotIdentifier
- The identifier of the DB snapshot to modify.public void setEngineVersion(String engineVersion)
The engine version to update the DB snapshot to.
engineVersion
- The engine version to update the DB snapshot to.public String getEngineVersion()
The engine version to update the DB snapshot to.
public ModifyDBSnapshotRequest withEngineVersion(String engineVersion)
The engine version to update the DB snapshot to.
engineVersion
- The engine version to update the DB snapshot to.public String toString()
toString
in class Object
Object.toString()
public ModifyDBSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.