@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIngestionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeIngestionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIngestionResult |
clone() |
boolean |
equals(Object obj) |
Ingestion |
getIngestion()
Information about the ingestion.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setIngestion(Ingestion ingestion)
Information about the ingestion.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIngestionResult |
withIngestion(Ingestion ingestion)
Information about the ingestion.
|
DescribeIngestionResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeIngestionResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIngestion(Ingestion ingestion)
Information about the ingestion.
ingestion
- Information about the ingestion.public Ingestion getIngestion()
Information about the ingestion.
public DescribeIngestionResult withIngestion(Ingestion ingestion)
Information about the ingestion.
ingestion
- Information about the ingestion.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DescribeIngestionResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeIngestionResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeIngestionResult clone()