|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.NotificationConfiguration
public class NotificationConfiguration
Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
Constructor Summary | |
---|---|
NotificationConfiguration()
Default constructor for a new NotificationConfiguration object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getTopicArn()
The Amazon Resource Name (ARN) that identifies the topic. |
String |
getTopicStatus()
The current state of the topic. |
int |
hashCode()
|
void |
setTopicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic. |
void |
setTopicStatus(String topicStatus)
The current state of the topic. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NotificationConfiguration |
withTopicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic. |
NotificationConfiguration |
withTopicStatus(String topicStatus)
The current state of the topic. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotificationConfiguration()
Method Detail |
---|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn
- The Amazon Resource Name (ARN) that identifies the topic.public NotificationConfiguration withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn
- The Amazon Resource Name (ARN) that identifies the topic.
public String getTopicStatus()
public void setTopicStatus(String topicStatus)
topicStatus
- The current state of the topic.public NotificationConfiguration withTopicStatus(String topicStatus)
Returns a reference to this object so that method calls can be chained together.
topicStatus
- The current state of the topic.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |