@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()
ARN associated with the published schema.
|
int |
hashCode() |
void |
setPublishedSchemaArn(String publishedSchemaArn)
ARN associated with the published schema.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PublishSchemaResult |
withPublishedSchemaArn(String publishedSchemaArn)
ARN associated with the published schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPublishedSchemaArn(String publishedSchemaArn)
ARN associated with the published schema. For more information, see arns.
publishedSchemaArn - ARN associated with the published schema. For more information, see arns.public String getPublishedSchemaArn()
ARN associated with the published schema. For more information, see arns.
public PublishSchemaResult withPublishedSchemaArn(String publishedSchemaArn)
ARN associated with the published schema. For more information, see arns.
publishedSchemaArn - ARN associated with the published schema. For more information, see arns.public String toString()
toString in class ObjectObject.toString()public PublishSchemaResult clone()
Copyright © 2017. All rights reserved.