@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() |
int |
hashCode() |
void |
setIngestionJob(IngestionJob ingestionJob) |
String |
toString()
Returns a string representation of this object.
|
StartIngestionJobResult |
withIngestionJob(IngestionJob ingestionJob) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIngestionJob(IngestionJob ingestionJob)
ingestionJob
- public IngestionJob getIngestionJob()
public StartIngestionJobResult withIngestionJob(IngestionJob ingestionJob)
ingestionJob
- public String toString()
toString
in class Object
Object.toString()
public StartIngestionJobResult clone()