@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataIngestionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDataIngestionJobResult() |
Modifier and Type | Method and Description |
---|---|
StartDataIngestionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
Indicates the job ID of the data ingestion job.
|
String |
getStatus()
Indicates the status of the
StartDataIngestionJob operation. |
int |
hashCode() |
void |
setJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
void |
setStatus(String status)
Indicates the status of the
StartDataIngestionJob operation. |
String |
toString()
Returns a string representation of this object.
|
StartDataIngestionJobResult |
withJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
StartDataIngestionJobResult |
withStatus(IngestionJobStatus status)
Indicates the status of the
StartDataIngestionJob operation. |
StartDataIngestionJobResult |
withStatus(String status)
Indicates the status of the
StartDataIngestionJob operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public String getJobId()
Indicates the job ID of the data ingestion job.
public StartDataIngestionJobResult withJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public void setStatus(String status)
Indicates the status of the StartDataIngestionJob
operation.
status
- Indicates the status of the StartDataIngestionJob
operation.IngestionJobStatus
public String getStatus()
Indicates the status of the StartDataIngestionJob
operation.
StartDataIngestionJob
operation.IngestionJobStatus
public StartDataIngestionJobResult withStatus(String status)
Indicates the status of the StartDataIngestionJob
operation.
status
- Indicates the status of the StartDataIngestionJob
operation.IngestionJobStatus
public StartDataIngestionJobResult withStatus(IngestionJobStatus status)
Indicates the status of the StartDataIngestionJob
operation.
status
- Indicates the status of the StartDataIngestionJob
operation.IngestionJobStatus
public String toString()
toString
in class Object
Object.toString()
public StartDataIngestionJobResult clone()