|
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(java.lang.Object obj)
|
java.lang.String |
getTopicArn()
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
java.lang.String |
getTopicStatus()
Specifies the current state of this topic. |
int |
hashCode()
|
void |
setTopicArn(java.lang.String topicArn)
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
void |
setTopicStatus(java.lang.String topicStatus)
Specifies the current state of this topic. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NotificationConfiguration |
withTopicArn(java.lang.String topicArn)
Specifies the topic Amazon Resource Name (ARN), identifying this resource. |
NotificationConfiguration |
withTopicStatus(java.lang.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 java.lang.String getTopicArn()
public void setTopicArn(java.lang.String topicArn)
topicArn - Specifies the topic Amazon Resource Name (ARN), identifying this
resource.public NotificationConfiguration withTopicArn(java.lang.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 java.lang.String getTopicStatus()
public void setTopicStatus(java.lang.String topicStatus)
topicStatus - Specifies the current state of this topic.public NotificationConfiguration withTopicStatus(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||