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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetPipelineChangeProgressRequest>
- Parameters:
getPipelineChangeProgressRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-