@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClusterCredentialsWithIAMResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetClusterCredentialsWithIAMResult() |
Modifier and Type | Method and Description |
---|---|
GetClusterCredentialsWithIAMResult |
clone() |
boolean |
equals(Object obj) |
String |
getDbPassword()
A temporary password that you provide when you connect to a database.
|
String |
getDbUser()
A database user name that you provide when you connect to a database.
|
Date |
getExpiration()
The time (UTC) when the temporary password expires.
|
Date |
getNextRefreshTime()
Reserved for future use.
|
int |
hashCode() |
void |
setDbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
|
void |
setDbUser(String dbUser)
A database user name that you provide when you connect to a database.
|
void |
setExpiration(Date expiration)
The time (UTC) when the temporary password expires.
|
void |
setNextRefreshTime(Date nextRefreshTime)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
GetClusterCredentialsWithIAMResult |
withDbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
|
GetClusterCredentialsWithIAMResult |
withDbUser(String dbUser)
A database user name that you provide when you connect to a database.
|
GetClusterCredentialsWithIAMResult |
withExpiration(Date expiration)
The time (UTC) when the temporary password expires.
|
GetClusterCredentialsWithIAMResult |
withNextRefreshTime(Date nextRefreshTime)
Reserved for future use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDbUser(String dbUser)
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
dbUser
- A database user name that you provide when you connect to a database. The database user is mapped 1:1 to
the source IAM identity.public String getDbUser()
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
public GetClusterCredentialsWithIAMResult withDbUser(String dbUser)
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
dbUser
- A database user name that you provide when you connect to a database. The database user is mapped 1:1 to
the source IAM identity.public void setDbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
dbPassword
- A temporary password that you provide when you connect to a database.public String getDbPassword()
A temporary password that you provide when you connect to a database.
public GetClusterCredentialsWithIAMResult withDbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
dbPassword
- A temporary password that you provide when you connect to a database.public void setExpiration(Date expiration)
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
expiration
- The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary
password fails.public Date getExpiration()
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
public GetClusterCredentialsWithIAMResult withExpiration(Date expiration)
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
expiration
- The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary
password fails.public void setNextRefreshTime(Date nextRefreshTime)
Reserved for future use.
nextRefreshTime
- Reserved for future use.public Date getNextRefreshTime()
Reserved for future use.
public GetClusterCredentialsWithIAMResult withNextRefreshTime(Date nextRefreshTime)
Reserved for future use.
nextRefreshTime
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public GetClusterCredentialsWithIAMResult clone()