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