@Generated(value="software.amazon.awssdk:codegen") public final class ExchangeCodeForTokenRequest extends AmplifyUiBuilderRequest implements ToCopyableBuilder<ExchangeCodeForTokenRequest.Builder,ExchangeCodeForTokenRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExchangeCodeForTokenRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeCodeForTokenRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TokenProviders |
provider()
The third-party provider for the token.
|
String |
providerAsString()
The third-party provider for the token.
|
ExchangeCodeForTokenRequestBody |
request()
Describes the configuration of the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExchangeCodeForTokenRequest.Builder> |
serializableBuilderClass() |
ExchangeCodeForTokenRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TokenProviders provider()
The third-party provider for the token. The only valid value is figma.
If the service returns an enum value that is not available in the current SDK version, provider will
return TokenProviders.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
providerAsString().
figma.TokenProviderspublic final String providerAsString()
The third-party provider for the token. The only valid value is figma.
If the service returns an enum value that is not available in the current SDK version, provider will
return TokenProviders.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
providerAsString().
figma.TokenProviderspublic final ExchangeCodeForTokenRequestBody request()
Describes the configuration of the request.
public ExchangeCodeForTokenRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExchangeCodeForTokenRequest.Builder,ExchangeCodeForTokenRequest>toBuilder in class AmplifyUiBuilderRequestpublic static ExchangeCodeForTokenRequest.Builder builder()
public static Class<? extends ExchangeCodeForTokenRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.