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