@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.
|
PublishSchemaResult |
withPublishedSchemaArn(String publishedSchemaArn)
The ARN that is associated with the published schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public PublishSchemaResult clone()