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