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