@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; useful for testing and debugging.
|
DeleteSchemaResult |
withSchemaArn(String schemaArn)
The input ARN that is returned as part of the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DeleteSchemaResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.