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