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