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