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