Class RegisterDomainRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.swf.transform.RegisterDomainRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<RegisterDomainRequest>
@Generated("software.amazon.awssdk:codegen") public class RegisterDomainRequestMarshaller extends Object implements Marshaller<RegisterDomainRequest>
RegisterDomainRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description RegisterDomainRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(RegisterDomainRequest registerDomainRequest)
-
-
-
Constructor Detail
-
RegisterDomainRequestMarshaller
public RegisterDomainRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(RegisterDomainRequest registerDomainRequest)
- Specified by:
marshallin interfaceMarshaller<RegisterDomainRequest>
-
-