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