@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Notification extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Notification() |
public void setNotificationType(String notificationType)
notificationType - NotificationTypepublic String getNotificationType()
NotificationTypepublic Notification withNotificationType(String notificationType)
notificationType - NotificationTypepublic void setNotificationType(NotificationType notificationType)
notificationType - NotificationTypepublic Notification withNotificationType(NotificationType notificationType)
notificationType - NotificationTypepublic void setComparisonOperator(String comparisonOperator)
comparisonOperator - ComparisonOperatorpublic String getComparisonOperator()
ComparisonOperatorpublic Notification withComparisonOperator(String comparisonOperator)
comparisonOperator - ComparisonOperatorpublic void setComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator - ComparisonOperatorpublic Notification withComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator - ComparisonOperatorpublic void setThreshold(Double threshold)
threshold - public Double getThreshold()
public Notification withThreshold(Double threshold)
threshold - public void setThresholdType(String thresholdType)
thresholdType - ThresholdTypepublic String getThresholdType()
ThresholdTypepublic Notification withThresholdType(String thresholdType)
thresholdType - ThresholdTypepublic void setThresholdType(ThresholdType thresholdType)
thresholdType - ThresholdTypepublic Notification withThresholdType(ThresholdType thresholdType)
thresholdType - ThresholdTypepublic String toString()
toString in class ObjectObject.toString()public Notification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.