@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, setSdkResponseMetadata
public 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.SchemaStatus
public String getStatus()
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
SchemaStatus
public 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.SchemaStatus
public 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.SchemaStatus
public String toString()
toString
in class Object
Object.toString()
public StartSchemaCreationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.