@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, ACTIVE, or DELETING).
|
int |
hashCode() |
void |
setStatus(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartSchemaCreationResult |
withStatus(SchemaStatus status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
StartSchemaCreationResult |
withStatus(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state,
you can add data.SchemaStatuspublic String getStatus()
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
SchemaStatuspublic StartSchemaCreationResult withStatus(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state,
you can add data.SchemaStatuspublic StartSchemaCreationResult withStatus(SchemaStatus status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state,
you can add data.SchemaStatuspublic String toString()
toString in class ObjectObject.toString()public StartSchemaCreationResult clone()
Copyright © 2018. All rights reserved.