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