@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRelationalDatabaseSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRelationalDatabaseSnapshotName()
The name of the database snapshot for which to get information.
|
int |
hashCode() |
void |
setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of the database snapshot for which to get information.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseSnapshotRequest |
withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of the database snapshot for which to get information.
|
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 GetRelationalDatabaseSnapshotRequest()
public void setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of the database snapshot for which to get information.
relationalDatabaseSnapshotName
- The name of the database snapshot for which to get information.public String getRelationalDatabaseSnapshotName()
The name of the database snapshot for which to get information.
public GetRelationalDatabaseSnapshotRequest withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of the database snapshot for which to get information.
relationalDatabaseSnapshotName
- The name of the database snapshot for which to get information.public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.