@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRefreshScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateRefreshScheduleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateRefreshScheduleRequest | 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. | 
| RefreshSchedule | getSchedule()
 The refresh schedule. | 
| int | hashCode() | 
| void | setAwsAccountId(String awsAccountId)
 The Amazon Web Services account ID. | 
| void | setDataSetId(String dataSetId)
 The ID of the dataset. | 
| void | setSchedule(RefreshSchedule schedule)
 The refresh schedule. | 
| String | toString()Returns a string representation of this object. | 
| CreateRefreshScheduleRequest | withAwsAccountId(String awsAccountId)
 The Amazon Web Services account ID. | 
| CreateRefreshScheduleRequest | withDataSetId(String dataSetId)
 The ID of the dataset. | 
| CreateRefreshScheduleRequest | withSchedule(RefreshSchedule schedule)
 The refresh schedule. | 
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 setDataSetId(String dataSetId)
The ID of the dataset.
dataSetId - The ID of the dataset.public String getDataSetId()
The ID of the dataset.
public CreateRefreshScheduleRequest withDataSetId(String dataSetId)
The ID of the dataset.
dataSetId - The ID of the dataset.public 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 CreateRefreshScheduleRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.public void setSchedule(RefreshSchedule schedule)
The refresh schedule.
schedule - The refresh schedule.public RefreshSchedule getSchedule()
The refresh schedule.
public CreateRefreshScheduleRequest withSchedule(RefreshSchedule schedule)
The refresh schedule.
schedule - The refresh schedule.public String toString()
toString in class ObjectObject.toString()public CreateRefreshScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()