@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaAsJsonResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSchemaAsJsonResult() |
Modifier and Type | Method and Description |
---|---|
GetSchemaAsJsonResult |
clone() |
boolean |
equals(Object obj) |
String |
getDocument()
The JSON representation of the schema document.
|
String |
getName()
The name of the retrieved schema.
|
int |
hashCode() |
void |
setDocument(String document)
The JSON representation of the schema document.
|
void |
setName(String name)
The name of the retrieved schema.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSchemaAsJsonResult |
withDocument(String document)
The JSON representation of the schema document.
|
GetSchemaAsJsonResult |
withName(String name)
The name of the retrieved schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the retrieved schema.
name
- The name of the retrieved schema.public String getName()
The name of the retrieved schema.
public GetSchemaAsJsonResult withName(String name)
The name of the retrieved schema.
name
- The name of the retrieved schema.public void setDocument(String document)
The JSON representation of the schema document.
document
- The JSON representation of the schema document.public String getDocument()
The JSON representation of the schema document.
public GetSchemaAsJsonResult withDocument(String document)
The JSON representation of the schema document.
document
- The JSON representation of the schema document.public String toString()
toString
in class Object
Object.toString()
public GetSchemaAsJsonResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.