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