@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Notification extends Object implements Serializable, Cloneable, StructuredPojo
| 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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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 - 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 String toString()
toString in class ObjectObject.toString()public Notification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.