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