Class CreateDomainLayoutRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.customerprofiles.transform.CreateDomainLayoutRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateDomainLayoutRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateDomainLayoutRequest>- Parameters:
createDomainLayoutRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-