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