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