|
Did this page help you?Yes No Tell us about it... |
||||||
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
Contains pair of Topic and Topic Status.
Constructor Summary | |
---|---|
NotificationConfiguration()
Default constructor for a new NotificationConfiguration object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getTopicArn()
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
String |
getTopicStatus()
Specifies the current state of this topic. |
int |
hashCode()
|
void |
setTopicArn(String topicArn)
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
void |
setTopicStatus(String topicStatus)
Specifies the current state of this topic. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NotificationConfiguration |
withTopicArn(String topicArn)
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
NotificationConfiguration |
withTopicStatus(String topicStatus)
Specifies the current state of this topic. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotificationConfiguration()
Method Detail |
---|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn
- Specifies the topic Amazon Resource Name (ARN), identifying this
resource.public NotificationConfiguration withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn
- Specifies the topic Amazon Resource Name (ARN), identifying this
resource.
public String getTopicStatus()
public void setTopicStatus(String topicStatus)
topicStatus
- Specifies the current state of this topic.public NotificationConfiguration withTopicStatus(String topicStatus)
Returns a reference to this object so that method calls can be chained together.
topicStatus
- Specifies the current state of this 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 |