public class DeleteTopicRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteTopic operation.
The DeleteTopic action deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the
topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
| コンストラクタと説明 |
|---|
DeleteTopicRequest()
Default constructor for a new DeleteTopicRequest object.
|
DeleteTopicRequest(java.lang.String topicArn)
Constructs a new DeleteTopicRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTopicArn()
The ARN of the topic you want to delete.
|
int |
hashCode() |
void |
setTopicArn(java.lang.String topicArn)
The ARN of the topic you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTopicRequest |
withTopicArn(java.lang.String topicArn)
The ARN of the topic you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteTopicRequest()
public DeleteTopicRequest(java.lang.String topicArn)
topicArn - The ARN of the topic you want to delete. public java.lang.String getTopicArn()
public void setTopicArn(java.lang.String topicArn)
topicArn - The ARN of the topic you want to delete. public DeleteTopicRequest withTopicArn(java.lang.String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn - The ARN of the topic you want to delete. 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