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