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