@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.