@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()
Input ARN that is returned as part of the response.
|
int |
hashCode() |
void |
setSchemaArn(String schemaArn)
Input ARN that is returned as part of the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteSchemaResult |
withSchemaArn(String schemaArn)
Input ARN that is returned as part of the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSchemaArn(String schemaArn)
Input ARN that is returned as part of the response. For more information, see arns.
schemaArn - Input ARN that is returned as part of the response. For more information, see arns.public String getSchemaArn()
Input ARN that is returned as part of the response. For more information, see arns.
public DeleteSchemaResult withSchemaArn(String schemaArn)
Input ARN that is returned as part of the response. For more information, see arns.
schemaArn - 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()
Copyright © 2017. All rights reserved.