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