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