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