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