@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSchemaCreationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSchemaCreationResult() |
Modifier and Type | Method and Description |
---|---|
StartSchemaCreationResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
int |
hashCode() |
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.
|
StartSchemaCreationResult |
withStatus(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
StartSchemaCreationResult |
withStatus(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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.SchemaStatus
public 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.
SchemaStatus
public StartSchemaCreationResult 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.SchemaStatus
public StartSchemaCreationResult 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.SchemaStatus
public String toString()
toString
in class Object
Object.toString()
public StartSchemaCreationResult clone()