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