Class ConfirmSignUpRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.transform.ConfirmSignUpRequestMarshaller
- All Implemented Interfaces:
 Marshaller<ConfirmSignUpRequest>
@Generated("software.amazon.awssdk:codegen")
public class ConfirmSignUpRequestMarshaller
extends Object
implements Marshaller<ConfirmSignUpRequest>
ConfirmSignUpRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(ConfirmSignUpRequest confirmSignUpRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
ConfirmSignUpRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ConfirmSignUpRequest>- Parameters:
 confirmSignUpRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -