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