@Generated(value="software.amazon.awssdk:codegen") public final class GetClusterCredentialsWithIamResponse extends RedshiftResponse implements ToCopyableBuilder<GetClusterCredentialsWithIamResponse.Builder,GetClusterCredentialsWithIamResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetClusterCredentialsWithIamResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetClusterCredentialsWithIamResponse.Builder |
builder() |
String |
dbPassword()
A temporary password that you provide when you connect to a database.
|
String |
dbUser()
A database user name that you provide when you connect to a database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiration()
The time (UTC) when the temporary password expires.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
nextRefreshTime()
Reserved for future use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetClusterCredentialsWithIamResponse.Builder> |
serializableBuilderClass() |
GetClusterCredentialsWithIamResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String dbPassword()
A temporary password that you provide when you connect to a database.
public final Instant expiration()
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
public final Instant nextRefreshTime()
Reserved for future use.
public GetClusterCredentialsWithIamResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetClusterCredentialsWithIamResponse.Builder,GetClusterCredentialsWithIamResponse>toBuilder in class AwsResponsepublic static GetClusterCredentialsWithIamResponse.Builder builder()
public static Class<? extends GetClusterCredentialsWithIamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.