@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelIngestionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelIngestionRequest() |
Modifier and Type | Method and Description |
---|---|
CancelIngestionRequest |
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 used in the ingestion.
|
String |
getIngestionId()
An ID for the ingestion.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account; ID.
|
void |
setDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
void |
setIngestionId(String ingestionId)
An ID for the ingestion.
|
String |
toString()
Returns a string representation of this object.
|
CancelIngestionRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account; ID.
|
CancelIngestionRequest |
withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CancelIngestionRequest |
withIngestionId(String ingestionId)
An ID for the ingestion.
|
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 CancelIngestionRequest 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 used in the ingestion.
dataSetId
- The ID of the dataset used in the ingestion.public String getDataSetId()
The ID of the dataset used in the ingestion.
public CancelIngestionRequest withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
dataSetId
- The ID of the dataset used in the ingestion.public void setIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public String getIngestionId()
An ID for the ingestion.
public CancelIngestionRequest withIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public String toString()
toString
in class Object
Object.toString()
public CancelIngestionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()