Class AssumeDecoratedRoleWithSamlResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse
-
- software.amazon.awssdk.services.lakeformation.model.AssumeDecoratedRoleWithSamlResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>
@Generated("software.amazon.awssdk:codegen") public final class AssumeDecoratedRoleWithSamlResponse extends LakeFormationResponse implements ToCopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssumeDecoratedRoleWithSamlResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessKeyId()The access key ID for the temporary credentials.static AssumeDecoratedRoleWithSamlResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Instantexpiration()The date and time when the temporary credentials expire.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretAccessKey()The secret key for the temporary credentials.static Class<? extends AssumeDecoratedRoleWithSamlResponse.Builder>serializableBuilderClass()StringsessionToken()The session token for the temporary credentials.AssumeDecoratedRoleWithSamlResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accessKeyId
public final String accessKeyId()
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
- Returns:
- The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
-
secretAccessKey
public final String secretAccessKey()
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
- Returns:
- The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
-
sessionToken
public final String sessionToken()
The session token for the temporary credentials.
- Returns:
- The session token for the temporary credentials.
-
expiration
public final Instant expiration()
The date and time when the temporary credentials expire.
- Returns:
- The date and time when the temporary credentials expire.
-
toBuilder
public AssumeDecoratedRoleWithSamlResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static AssumeDecoratedRoleWithSamlResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssumeDecoratedRoleWithSamlResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-