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