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