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