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