@Generated(value="software.amazon.awssdk:codegen") public final class RefreshTokenRequestBody extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
Describes a refresh token.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshTokenRequestBody.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RefreshTokenRequestBody.Builder |
builder() |
String |
clientId()
The ID of the client to request the token from.
|
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 RefreshTokenRequestBody.Builder> |
serializableBuilderClass() |
RefreshTokenRequestBody.Builder |
toBuilder() |
String |
token()
The token to use to refresh a previously issued access token that might have expired.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String token()
The token to use to refresh a previously issued access token that might have expired.
public final String clientId()
The ID of the client to request the token from.
public RefreshTokenRequestBody.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>public static RefreshTokenRequestBody.Builder builder()
public static Class<? extends RefreshTokenRequestBody.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.