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