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