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