@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSchemaResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema being deleted.
|
String |
getSchemaName()
The name of the schema being deleted.
|
String |
getStatus()
The status of the schema.
|
int |
hashCode() |
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema being deleted.
|
void |
setSchemaName(String schemaName)
The name of the schema being deleted.
|
void |
setStatus(String status)
The status of the schema.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSchemaResult |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema being deleted.
|
DeleteSchemaResult |
withSchemaName(String schemaName)
The name of the schema being deleted.
|
DeleteSchemaResult |
withStatus(SchemaStatus status)
The status of the schema.
|
DeleteSchemaResult |
withStatus(String status)
The status of the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema being deleted.
schemaArn
- The Amazon Resource Name (ARN) of the schema being deleted.public String getSchemaArn()
The Amazon Resource Name (ARN) of the schema being deleted.
public DeleteSchemaResult withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema being deleted.
schemaArn
- The Amazon Resource Name (ARN) of the schema being deleted.public void setSchemaName(String schemaName)
The name of the schema being deleted.
schemaName
- The name of the schema being deleted.public String getSchemaName()
The name of the schema being deleted.
public DeleteSchemaResult withSchemaName(String schemaName)
The name of the schema being deleted.
schemaName
- The name of the schema being deleted.public void setStatus(String status)
The status of the schema.
status
- The status of the schema.SchemaStatus
public String getStatus()
The status of the schema.
SchemaStatus
public DeleteSchemaResult withStatus(String status)
The status of the schema.
status
- The status of the schema.SchemaStatus
public DeleteSchemaResult withStatus(SchemaStatus status)
The status of the schema.
status
- The status of the schema.SchemaStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteSchemaResult clone()