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