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