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