ToCopyableBuilder<GetSessionTokenResponse.Builder,GetSessionTokenResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSessionTokenResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSessionTokenResponse.Builder,GetSessionTokenResponse>
Contains the response to a successful GetSessionToken request, including temporary AWS credentials that can be used to make AWS requests.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSessionTokenResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSessionTokenResponse.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) |
|
int |
hashCode() |
|
static Class<? extends GetSessionTokenResponse.Builder> |
serializableBuilderClass() |
|
GetSessionTokenResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Credentials credentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
Note: The size of the security token that STS APIs return is not fixed. We strongly recommend that you make no assumptions about the maximum size. As of this writing, the typical size is less than 4096 bytes, but that can vary. Also, future updates to AWS might require larger sizes.
Note: The size of the security token that STS APIs return is not fixed. We strongly recommend that you make no assumptions about the maximum size. As of this writing, the typical size is less than 4096 bytes, but that can vary. Also, future updates to AWS might require larger sizes.
public GetSessionTokenResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSessionTokenResponse.Builder,GetSessionTokenResponse>
public static GetSessionTokenResponse.Builder builder()
public static Class<? extends GetSessionTokenResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.