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