@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryExecutionContext extends Object implements Serializable, Cloneable, StructuredPojo
The database in which the query execution occurs.
| Constructor and Description |
|---|
QueryExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionContext |
clone() |
boolean |
equals(Object obj) |
String |
getDatabase()
The name of the database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDatabase(String database)
The name of the database.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
QueryExecutionContext |
withDatabase(String database)
The name of the database.
|
public void setDatabase(String database)
The name of the database.
database - The name of the database.public String getDatabase()
The name of the database.
public QueryExecutionContext withDatabase(String database)
The name of the database.
database - The name of the database.public String toString()
toString in class ObjectObject.toString()public QueryExecutionContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.