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