@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIngestionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateIngestionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIngestionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The AWS 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 AWS 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.
|
CreateIngestionRequest |
withAwsAccountId(String awsAccountId)
The AWS account ID.
|
CreateIngestionRequest |
withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CreateIngestionRequest |
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 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 CreateIngestionRequest 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 CreateIngestionRequest withIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public void setAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.public String getAwsAccountId()
The AWS account ID.
public CreateIngestionRequest withAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.public String toString()
toString
in class Object
Object.toString()
public CreateIngestionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()