@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTopicRefreshScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteTopicRefreshScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTopicRefreshScheduleResult |
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.
|
DeleteTopicRefreshScheduleResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DeleteTopicRefreshScheduleResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteTopicRefreshScheduleResult |
withStatus(Integer status)
The HTTP status of the request.
|
DeleteTopicRefreshScheduleResult |
withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
DeleteTopicRefreshScheduleResult |
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 DeleteTopicRefreshScheduleResult 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 DeleteTopicRefreshScheduleResult 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 DeleteTopicRefreshScheduleResult 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 DeleteTopicRefreshScheduleResult 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 DeleteTopicRefreshScheduleResult 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 DeleteTopicRefreshScheduleResult clone()