@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDataSetRefreshPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutDataSetRefreshPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
PutDataSetRefreshPropertiesRequest |
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.
|
DataSetRefreshProperties |
getDataSetRefreshProperties()
The dataset refresh properties.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
void |
setDataSetId(String dataSetId)
The ID of the dataset.
|
void |
setDataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
|
String |
toString()
Returns a string representation of this object.
|
PutDataSetRefreshPropertiesRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
PutDataSetRefreshPropertiesRequest |
withDataSetId(String dataSetId)
The ID of the dataset.
|
PutDataSetRefreshPropertiesRequest |
withDataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
|
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 Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.public String getAwsAccountId()
The Amazon Web Services account ID.
public PutDataSetRefreshPropertiesRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.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 PutDataSetRefreshPropertiesRequest withDataSetId(String dataSetId)
The ID of the dataset.
dataSetId
- The ID of the dataset.public void setDataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
dataSetRefreshProperties
- The dataset refresh properties.public DataSetRefreshProperties getDataSetRefreshProperties()
The dataset refresh properties.
public PutDataSetRefreshPropertiesRequest withDataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
dataSetRefreshProperties
- The dataset refresh properties.public String toString()
toString
in class Object
Object.toString()
public PutDataSetRefreshPropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()