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