@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.
|
GetSchemaAsJsonResult |
withDocument(String document)
The JSON representation of the schema document.
|
GetSchemaAsJsonResult |
withName(String name)
The name of the retrieved schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetSchemaAsJsonResult clone()