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