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