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