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