@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 Amazon Web Services account ID.
|
String |
getDataSetId()
The ID of the dataset used in the ingestion.
|
String |
getIngestionId()
An ID for the ingestion.
|
String |
getIngestionType()
The type of ingestion that you want to create.
|
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.
|
void |
setIngestionType(String ingestionType)
The type of ingestion that you want to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateIngestionRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
CreateIngestionRequest |
withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CreateIngestionRequest |
withIngestionId(String ingestionId)
An ID for the ingestion.
|
CreateIngestionRequest |
withIngestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
|
CreateIngestionRequest |
withIngestionType(String ingestionType)
The type of ingestion that you want to create.
|
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 Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.public String getAwsAccountId()
The Amazon Web Services account ID.
public CreateIngestionRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.public void setIngestionType(String ingestionType)
The type of ingestion that you want to create.
ingestionType
- The type of ingestion that you want to create.IngestionType
public String getIngestionType()
The type of ingestion that you want to create.
IngestionType
public CreateIngestionRequest withIngestionType(String ingestionType)
The type of ingestion that you want to create.
ingestionType
- The type of ingestion that you want to create.IngestionType
public CreateIngestionRequest withIngestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
ingestionType
- The type of ingestion that you want to create.IngestionType
public String toString()
toString
in class Object
Object.toString()
public CreateIngestionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()