@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelIngestionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelIngestionResult() |
Modifier and Type | Method and Description |
---|---|
CancelIngestionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the data ingestion.
|
String |
getIngestionId()
An ID for the ingestion.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
|
void |
setIngestionId(String ingestionId)
An ID for the ingestion.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
CancelIngestionResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
|
CancelIngestionResult |
withIngestionId(String ingestionId)
An ID for the ingestion.
|
CancelIngestionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CancelIngestionResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
arn
- The Amazon Resource Name (ARN) for the data ingestion.public String getArn()
The Amazon Resource Name (ARN) for the data ingestion.
public CancelIngestionResult withArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
arn
- The Amazon Resource Name (ARN) for the data 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 CancelIngestionResult withIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public CancelIngestionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services 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 CancelIngestionResult 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 CancelIngestionResult clone()