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