@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIngestionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeIngestionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeIngestionRequest |
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.
|
DescribeIngestionRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
DescribeIngestionRequest |
withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
DescribeIngestionRequest |
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 DescribeIngestionRequest 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 DescribeIngestionRequest 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 DescribeIngestionRequest withIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public String toString()
toString
in class Object
Object.toString()
public DescribeIngestionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()