@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTopicRefreshScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTopicRefreshScheduleResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTopicRefreshScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getTopicArn()
The Amazon Resource Name (ARN) of the topic.
|
String |
getTopicId()
The ID of the topic that you want to modify.
|
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
void |
setTopicId(String topicId)
The ID of the topic that you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTopicRefreshScheduleResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
UpdateTopicRefreshScheduleResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateTopicRefreshScheduleResult |
withStatus(Integer status)
The HTTP status of the request.
|
UpdateTopicRefreshScheduleResult |
withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
UpdateTopicRefreshScheduleResult |
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 UpdateTopicRefreshScheduleResult 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 setTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn
- The Amazon Resource Name (ARN) of the topic.public String getTopicArn()
The Amazon Resource Name (ARN) of the topic.
public UpdateTopicRefreshScheduleResult withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn
- The Amazon Resource Name (ARN) of the topic.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
public UpdateTopicRefreshScheduleResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.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 UpdateTopicRefreshScheduleResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.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 UpdateTopicRefreshScheduleResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public UpdateTopicRefreshScheduleResult clone()