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