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