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