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