@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 input ARN that is returned as part of the response.
|
int |
hashCode() |
void |
setSchemaArn(String schemaArn)
The input ARN that is returned as part of the response.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSchemaResult |
withSchemaArn(String schemaArn)
The input ARN that is returned as part of the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSchemaArn(String schemaArn)
The input ARN that is returned as part of the response. For more information, see arns.
schemaArn - The input ARN that is returned as part of the response. For more information, see arns.public String getSchemaArn()
The input ARN that is returned as part of the response. For more information, see arns.
public DeleteSchemaResult withSchemaArn(String schemaArn)
The input ARN that is returned as part of the response. For more information, see arns.
schemaArn - The input ARN that is returned as part of the response. For more information, see arns.public String toString()
toString in class ObjectObject.toString()public DeleteSchemaResult clone()