@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseMasterUserPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRelationalDatabaseMasterUserPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseMasterUserPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPasswordVersion()
The password version to return.
|
String |
getRelationalDatabaseName()
The name of your database for which to get the master user password.
|
int |
hashCode() |
void |
setPasswordVersion(String passwordVersion)
The password version to return.
|
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseMasterUserPasswordRequest |
withPasswordVersion(RelationalDatabasePasswordVersion passwordVersion)
The password version to return.
|
GetRelationalDatabaseMasterUserPasswordRequest |
withPasswordVersion(String passwordVersion)
The password version to return.
|
GetRelationalDatabaseMasterUserPasswordRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
|
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 GetRelationalDatabaseMasterUserPasswordRequest()
public void setRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
relationalDatabaseName
- The name of your database for which to get the master user password.public String getRelationalDatabaseName()
The name of your database for which to get the master user password.
public GetRelationalDatabaseMasterUserPasswordRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
relationalDatabaseName
- The name of your database for which to get the master user password.public void setPasswordVersion(String passwordVersion)
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords respectively.
Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
passwordVersion
- The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate
to CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
public String getPasswordVersion()
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords respectively.
Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate
to CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
public GetRelationalDatabaseMasterUserPasswordRequest withPasswordVersion(String passwordVersion)
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords respectively.
Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
passwordVersion
- The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate
to CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
public GetRelationalDatabaseMasterUserPasswordRequest withPasswordVersion(RelationalDatabasePasswordVersion passwordVersion)
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords respectively.
Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
passwordVersion
- The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate
to CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseMasterUserPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()