@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Notification configuration for a scheduled query. A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.
| Constructor and Description | 
|---|
| NotificationConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationConfiguration | clone() | 
| boolean | equals(Object obj) | 
| SnsConfiguration | getSnsConfiguration()
 Details on SNS configuration. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setSnsConfiguration(SnsConfiguration snsConfiguration)
 Details on SNS configuration. | 
| String | toString()Returns a string representation of this object. | 
| NotificationConfiguration | withSnsConfiguration(SnsConfiguration snsConfiguration)
 Details on SNS configuration. | 
public void setSnsConfiguration(SnsConfiguration snsConfiguration)
Details on SNS configuration.
snsConfiguration - Details on SNS configuration.public SnsConfiguration getSnsConfiguration()
Details on SNS configuration.
public NotificationConfiguration withSnsConfiguration(SnsConfiguration snsConfiguration)
Details on SNS configuration.
snsConfiguration - Details on SNS configuration.public String toString()
toString in class ObjectObject.toString()public NotificationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.