@Generated(value="software.amazon.awssdk:codegen") public final class GetClusterSessionCredentialsResponse extends EmrResponse implements ToCopyableBuilder<GetClusterSessionCredentialsResponse.Builder,GetClusterSessionCredentialsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetClusterSessionCredentialsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetClusterSessionCredentialsResponse.Builder |
builder() |
Credentials |
credentials()
The credentials that you can use to connect to cluster endpoints that support username and password
authentication.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiresAt()
The time when the credentials that are returned by the
GetClusterSessionCredentials API expire. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetClusterSessionCredentialsResponse.Builder> |
serializableBuilderClass() |
GetClusterSessionCredentialsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Credentials credentials()
The credentials that you can use to connect to cluster endpoints that support username and password authentication.
public final Instant expiresAt()
The time when the credentials that are returned by the GetClusterSessionCredentials API expire.
GetClusterSessionCredentials API
expire.public GetClusterSessionCredentialsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetClusterSessionCredentialsResponse.Builder,GetClusterSessionCredentialsResponse>toBuilder in class AwsResponsepublic static GetClusterSessionCredentialsResponse.Builder builder()
public static Class<? extends GetClusterSessionCredentialsResponse.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.