@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() |
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, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ModifyDBSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.