@Generated(value="software.amazon.awssdk:codegen") public final class GetFederationTokenResponse extends ConnectResponse implements ToCopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFederationTokenResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFederationTokenResponse.Builder |
builder() |
Credentials |
credentials()
The credentials to use for federation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFederationTokenResponse.Builder> |
serializableBuilderClass() |
String |
signInUrl()
The URL to sign into the user's instance.
|
GetFederationTokenResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) of the user.
|
String |
userId()
The identifier for the user.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Credentials credentials()
The credentials to use for federation.
public final String signInUrl()
The URL to sign into the user's instance.
public final String userArn()
The Amazon Resource Name (ARN) of the user.
public final String userId()
The identifier for the user. This can be the ID or the ARN of the user.
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 © 2023. All rights reserved.