@Generated(value="software.amazon.awssdk:codegen") public final class GetManagedEndpointSessionCredentialsResponse extends EmrContainersResponse implements ToCopyableBuilder<GetManagedEndpointSessionCredentialsResponse.Builder,GetManagedEndpointSessionCredentialsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetManagedEndpointSessionCredentialsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetManagedEndpointSessionCredentialsResponse.Builder |
builder() |
Credentials |
credentials()
The structure containing the session credentials.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiresAt()
The date and time when the session token will expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the session token returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetManagedEndpointSessionCredentialsResponse.Builder> |
serializableBuilderClass() |
GetManagedEndpointSessionCredentialsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the session token returned.
public final Credentials credentials()
The structure containing the session credentials.
public final Instant expiresAt()
The date and time when the session token will expire.
public GetManagedEndpointSessionCredentialsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetManagedEndpointSessionCredentialsResponse.Builder,GetManagedEndpointSessionCredentialsResponse>toBuilder in class AwsResponsepublic static GetManagedEndpointSessionCredentialsResponse.Builder builder()
public static Class<? extends GetManagedEndpointSessionCredentialsResponse.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.