@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
- NotificationType
public String getNotificationType()
NotificationType
public Notification withNotificationType(String notificationType)
notificationType
- NotificationType
public void setNotificationType(NotificationType notificationType)
notificationType
- NotificationType
public Notification withNotificationType(NotificationType notificationType)
notificationType
- NotificationType
public void setComparisonOperator(String comparisonOperator)
comparisonOperator
- ComparisonOperator
public String getComparisonOperator()
ComparisonOperator
public Notification withComparisonOperator(String comparisonOperator)
comparisonOperator
- ComparisonOperator
public void setComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator
- ComparisonOperator
public Notification withComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator
- ComparisonOperator
public void setThreshold(Double threshold)
threshold
- public Double getThreshold()
public Notification withThreshold(Double threshold)
threshold
- public void setThresholdType(String thresholdType)
thresholdType
- ThresholdType
public String getThresholdType()
ThresholdType
public Notification withThresholdType(String thresholdType)
thresholdType
- ThresholdType
public void setThresholdType(ThresholdType thresholdType)
thresholdType
- ThresholdType
public Notification withThresholdType(ThresholdType thresholdType)
thresholdType
- ThresholdType
public String toString()
toString
in class Object
Object.toString()
public Notification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.