@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartIngestionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartIngestionJobResult() |
Modifier and Type | Method and Description |
---|---|
StartIngestionJobResult |
clone() |
boolean |
equals(Object obj) |
IngestionJob |
getIngestionJob()
An object containing information about the ingestion job.
|
int |
hashCode() |
void |
setIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
|
String |
toString()
Returns a string representation of this object.
|
StartIngestionJobResult |
withIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
ingestionJob
- An object containing information about the ingestion job.public IngestionJob getIngestionJob()
An object containing information about the ingestion job.
public StartIngestionJobResult withIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
ingestionJob
- An object containing information about the ingestion job.public String toString()
toString
in class Object
Object.toString()
public StartIngestionJobResult clone()