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