Class ResumeBatchLoadTaskRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.timestreamwrite.transform.ResumeBatchLoadTaskRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ResumeBatchLoadTaskRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ResumeBatchLoadTaskRequestMarshaller
extends Object
implements Marshaller<ResumeBatchLoadTaskRequest>
ResumeBatchLoadTaskRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionResumeBatchLoadTaskRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ResumeBatchLoadTaskRequest resumeBatchLoadTaskRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ResumeBatchLoadTaskRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ResumeBatchLoadTaskRequest>
- Parameters:
- resumeBatchLoadTaskRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-