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