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