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