@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateSchemaResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaArn()
ARN associated with the schema.
|
int |
hashCode() |
void |
setSchemaArn(String schemaArn)
ARN associated with the schema.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateSchemaResult |
withSchemaArn(String schemaArn)
ARN associated with the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSchemaArn(String schemaArn)
ARN associated with the schema. For more information, see arns.
schemaArn - ARN associated with the schema. For more information, see arns.public String getSchemaArn()
ARN associated with the schema. For more information, see arns.
public CreateSchemaResult withSchemaArn(String schemaArn)
ARN associated with the schema. For more information, see arns.
schemaArn - ARN associated with the schema. For more information, see arns.public String toString()
toString in class ObjectObject.toString()public CreateSchemaResult clone()
Copyright © 2017. All rights reserved.