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