@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartQueryExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartQueryExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartQueryExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getQueryExecutionId()
The unique ID of the query that ran as a result of this request.
|
int |
hashCode() |
void |
setQueryExecutionId(String queryExecutionId)
The unique ID of the query that ran as a result of this request.
|
String |
toString()
Returns a string representation of this object.
|
StartQueryExecutionResult |
withQueryExecutionId(String queryExecutionId)
The unique ID of the query that ran as a result of this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryExecutionId(String queryExecutionId)
The unique ID of the query that ran as a result of this request.
queryExecutionId
- The unique ID of the query that ran as a result of this request.public String getQueryExecutionId()
The unique ID of the query that ran as a result of this request.
public StartQueryExecutionResult withQueryExecutionId(String queryExecutionId)
The unique ID of the query that ran as a result of this request.
queryExecutionId
- The unique ID of the query that ran as a result of this request.public String toString()
toString
in class Object
Object.toString()
public StartQueryExecutionResult clone()