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