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