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