@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTopicRefreshScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTopicRefreshScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTopicRefreshScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDatasetName()
The name of the dataset.
|
TopicRefreshSchedule |
getRefreshSchedule()
The definition of a refresh schedule.
|
String |
getTopicId()
The ID of the topic that you want to modify.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
void |
setTopicId(String topicId)
The ID of the topic that you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
CreateTopicRefreshScheduleRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
|
CreateTopicRefreshScheduleRequest |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
CreateTopicRefreshScheduleRequest |
withDatasetName(String datasetName)
The name of the dataset.
|
CreateTopicRefreshScheduleRequest |
withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
CreateTopicRefreshScheduleRequest |
withTopicId(String topicId)
The ID of the topic that you want to modify.
|
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, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
awsAccountId
- The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
public CreateTopicRefreshScheduleRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
awsAccountId
- The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.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 CreateTopicRefreshScheduleRequest 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 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 CreateTopicRefreshScheduleRequest withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public void setDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public CreateTopicRefreshScheduleRequest withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule
- The definition of a refresh schedule.public TopicRefreshSchedule getRefreshSchedule()
The definition of a refresh schedule.
public CreateTopicRefreshScheduleRequest withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule
- The definition of a refresh schedule.public String toString()
toString
in class Object
Object.toString()
public CreateTopicRefreshScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()