Class CreateFlowLogsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateFlowLogsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateFlowLogsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateFlowLogsRequestMarshaller
extends Object
implements Marshaller<CreateFlowLogsRequest>
CreateFlowLogsRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateFlowLogsRequest createFlowLogsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateFlowLogsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateFlowLogsRequest>
- Parameters:
- createFlowLogsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-