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