@Generated(value="software.amazon.awssdk:codegen") public final class AssumeDecoratedRoleWithSamlResponse extends LakeFormationResponse implements ToCopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssumeDecoratedRoleWithSamlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
The access key ID for the temporary credentials.
|
static AssumeDecoratedRoleWithSamlResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiration()
The date and time when the temporary credentials expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretAccessKey()
The secret key for the temporary credentials.
|
static Class<? extends AssumeDecoratedRoleWithSamlResponse.Builder> |
serializableBuilderClass() |
String |
sessionToken()
The session token for the temporary credentials.
|
AssumeDecoratedRoleWithSamlResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessKeyId()
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
public final String secretAccessKey()
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
public final String sessionToken()
The session token for the temporary credentials.
public final Instant expiration()
The date and time when the temporary credentials expire.
public AssumeDecoratedRoleWithSamlResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>toBuilder in class AwsResponsepublic static AssumeDecoratedRoleWithSamlResponse.Builder builder()
public static Class<? extends AssumeDecoratedRoleWithSamlResponse.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.