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