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