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