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