@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTopicRefreshScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTopicRefreshScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicRefreshScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The Amazon Web Services account ID.
|
String |
getDatasetId()
The ID of the dataset.
|
String |
getTopicId()
The ID of the topic that contains the refresh schedule that you want to describe.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
void |
setDatasetId(String datasetId)
The ID of the dataset.
|
void |
setTopicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTopicRefreshScheduleRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
DescribeTopicRefreshScheduleRequest |
withDatasetId(String datasetId)
The ID of the dataset.
|
DescribeTopicRefreshScheduleRequest |
withTopicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.public String getAwsAccountId()
The Amazon Web Services account ID.
public DescribeTopicRefreshScheduleRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.public void setTopicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per
Amazon Web Services Region for each Amazon Web Services account.public String getTopicId()
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public DescribeTopicRefreshScheduleRequest withTopicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per
Amazon Web Services Region for each Amazon Web Services account.public void setDatasetId(String datasetId)
The ID of the dataset.
datasetId - The ID of the dataset.public String getDatasetId()
The ID of the dataset.
public DescribeTopicRefreshScheduleRequest withDatasetId(String datasetId)
The ID of the dataset.
datasetId - The ID of the dataset.public String toString()
toString in class ObjectObject.toString()public DescribeTopicRefreshScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()