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