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