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