@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDiscoveredSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDiscoveredSchemaResult() |
Modifier and Type | Method and Description |
---|---|
GetDiscoveredSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The source of the schema definition.
|
int |
hashCode() |
void |
setContent(String content)
The source of the schema definition.
|
String |
toString()
Returns a string representation of this object.
|
GetDiscoveredSchemaResult |
withContent(String content)
The source of the schema definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContent(String content)
The source of the schema definition.
content
- The source of the schema definition.public String getContent()
The source of the schema definition.
public GetDiscoveredSchemaResult withContent(String content)
The source of the schema definition.
content
- The source of the schema definition.public String toString()
toString
in class Object
Object.toString()
public GetDiscoveredSchemaResult clone()