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