public class NotificationConfiguration
extends java.lang.Object
implements java.io.Serializable
Contains pair of Topic and Topic Status.
| コンストラクタと説明 |
|---|
NotificationConfiguration()
Default constructor for a new NotificationConfiguration object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public NotificationConfiguration()
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object