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