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