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