Class ExchangeCodeForTokenRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.amplifyuibuilder.transform.ExchangeCodeForTokenRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ExchangeCodeForTokenRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ExchangeCodeForTokenRequestMarshaller
extends Object
implements Marshaller<ExchangeCodeForTokenRequest>
ExchangeCodeForTokenRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionExchangeCodeForTokenRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ExchangeCodeForTokenRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ExchangeCodeForTokenRequest>
- Parameters:
- exchangeCodeForTokenRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-