@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIngestionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIngestionResult() |
Modifier and Type | Method and Description |
---|---|
CreateIngestionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the data ingestion.
|
String |
getIngestionId()
An ID for the ingestion.
|
String |
getIngestionStatus()
The ingestion status.
|
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 |
setIngestionStatus(String ingestionStatus)
The ingestion status.
|
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.
|
CreateIngestionResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
|
CreateIngestionResult |
withIngestionId(String ingestionId)
An ID for the ingestion.
|
CreateIngestionResult |
withIngestionStatus(IngestionStatus ingestionStatus)
The ingestion status.
|
CreateIngestionResult |
withIngestionStatus(String ingestionStatus)
The ingestion status.
|
CreateIngestionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateIngestionResult |
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 CreateIngestionResult 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 CreateIngestionResult withIngestionId(String ingestionId)
An ID for the ingestion.
ingestionId
- An ID for the ingestion.public void setIngestionStatus(String ingestionStatus)
The ingestion status.
ingestionStatus
- The ingestion status.IngestionStatus
public String getIngestionStatus()
The ingestion status.
IngestionStatus
public CreateIngestionResult withIngestionStatus(String ingestionStatus)
The ingestion status.
ingestionStatus
- The ingestion status.IngestionStatus
public CreateIngestionResult withIngestionStatus(IngestionStatus ingestionStatus)
The ingestion status.
ingestionStatus
- The ingestion status.IngestionStatus
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 CreateIngestionResult 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 CreateIngestionResult 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 CreateIngestionResult clone()