@Generated(value="software.amazon.awssdk:codegen") public final class GetFederationTokenResponse extends StsResponse implements ToCopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
Contains the response to a successful GetFederationToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFederationTokenResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFederationTokenResponse.Builder |
builder() |
Credentials |
credentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or
session) token.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FederatedUser |
federatedUser()
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob). |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
packedPolicySize()
A percentage value that indicates the packed size of the session policies and session tags combined passed in the
request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFederationTokenResponse.Builder> |
serializableBuilderClass() |
GetFederationTokenResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Credentials credentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
public final FederatedUser federatedUser()
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob). You can use the
federated user's ARN in your resource-based policies, such as an Amazon S3 bucket policy.
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob). You can use
the federated user's ARN in your resource-based policies, such as an Amazon S3 bucket policy.public final Integer packedPolicySize()
A percentage value that indicates the packed size of the session policies and session tags combined passed in the request. The request fails if the packed size is greater than 100 percent, which means the policies and tags exceeded the allowed space.
public GetFederationTokenResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>toBuilder in class AwsResponsepublic static GetFederationTokenResponse.Builder builder()
public static Class<? extends GetFederationTokenResponse.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 © 2022. All rights reserved.