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