public class Notification extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Notification() |
Modifier and Type | Method and Description |
---|---|
Notification |
clone() |
boolean |
equals(Object obj) |
String |
getComparisonOperator() |
String |
getNotificationType() |
Double |
getThreshold() |
int |
hashCode() |
void |
setComparisonOperator(ComparisonOperator comparisonOperator) |
void |
setComparisonOperator(String comparisonOperator) |
void |
setNotificationType(NotificationType notificationType) |
void |
setNotificationType(String notificationType) |
void |
setThreshold(Double threshold) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Notification |
withComparisonOperator(ComparisonOperator comparisonOperator) |
Notification |
withComparisonOperator(String comparisonOperator) |
Notification |
withNotificationType(NotificationType notificationType) |
Notification |
withNotificationType(String notificationType) |
Notification |
withThreshold(Double threshold) |
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 String toString()
toString
in class Object
Object.toString()
public Notification clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.