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