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