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