@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaCreationStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSchemaCreationStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaCreationStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetails()
Detailed information about the status of the schema creation operation.
|
String |
getStatus()
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
int |
hashCode() |
void |
setDetails(String details)
Detailed information about the status of the schema creation operation.
|
void |
setStatus(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaCreationStatusResult |
withDetails(String details)
Detailed information about the status of the schema creation operation.
|
GetSchemaCreationStatusResult |
withStatus(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
GetSchemaCreationStatusResult |
withStatus(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in
the ACTIVE state, you can add data.SchemaStatuspublic String getStatus()
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
SchemaStatuspublic GetSchemaCreationStatusResult withStatus(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in
the ACTIVE state, you can add data.SchemaStatuspublic GetSchemaCreationStatusResult withStatus(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in
the ACTIVE state, you can add data.SchemaStatuspublic void setDetails(String details)
Detailed information about the status of the schema creation operation.
details - Detailed information about the status of the schema creation operation.public String getDetails()
Detailed information about the status of the schema creation operation.
public GetSchemaCreationStatusResult withDetails(String details)
Detailed information about the status of the schema creation operation.
details - Detailed information about the status of the schema creation operation.public String toString()
toString in class ObjectObject.toString()public GetSchemaCreationStatusResult clone()