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