@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTopicResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteTopicResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTopicResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the topic.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getTopicId()
The ID of the topic that you want to delete.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTopicId(String topicId)
The ID of the topic that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTopicResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
DeleteTopicResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteTopicResult |
withStatus(Integer status)
The HTTP status of the request.
|
DeleteTopicResult |
withTopicId(String topicId)
The ID of the topic that you want to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the topic.
arn
- The Amazon Resource Name (ARN) of the topic.public String getArn()
The Amazon Resource Name (ARN) of the topic.
public DeleteTopicResult withArn(String arn)
The Amazon Resource Name (ARN) of the topic.
arn
- The Amazon Resource Name (ARN) of the topic.public void setTopicId(String topicId)
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public String getTopicId()
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public DeleteTopicResult withTopicId(String topicId)
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DeleteTopicResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DeleteTopicResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DeleteTopicResult clone()