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