Class RefreshTokenRequestBody
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.RefreshTokenRequestBody
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
@Generated("software.amazon.awssdk:codegen") public final class RefreshTokenRequestBody extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
Describes a refresh token.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRefreshTokenRequestBody.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RefreshTokenRequestBody.Builderbuilder()StringclientId()The ID of the client to request the token from.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RefreshTokenRequestBody.Builder>serializableBuilderClass()RefreshTokenRequestBody.BuildertoBuilder()Stringtoken()The token to use to refresh a previously issued access token that might have expired.StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
token
public final String token()
The token to use to refresh a previously issued access token that might have expired.
- Returns:
- The token to use to refresh a previously issued access token that might have expired.
-
clientId
public final String clientId()
The ID of the client to request the token from.
- Returns:
- The ID of the client to request the token from.
-
toBuilder
public RefreshTokenRequestBody.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
-
builder
public static RefreshTokenRequestBody.Builder builder()
-
serializableBuilderClass
public static Class<? extends RefreshTokenRequestBody.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-