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