@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartQueryPlanningResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A structure for the output.
Constructor and Description |
---|
StartQueryPlanningResult() |
Modifier and Type | Method and Description |
---|---|
StartQueryPlanningResult |
clone() |
boolean |
equals(Object obj) |
String |
getQueryId()
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation.
|
int |
hashCode() |
void |
setQueryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation.
|
String |
toString()
Returns a string representation of this object.
|
StartQueryPlanningResult |
withQueryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation. The ID is also used to get the query state and as an input to the Execute
operation.
queryId
- The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced
as the result of the operation. The ID is also used to get the query state and as an input to the
Execute
operation.public String getQueryId()
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation. The ID is also used to get the query state and as an input to the Execute
operation.
Execute
operation.public StartQueryPlanningResult withQueryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation. The ID is also used to get the query state and as an input to the Execute
operation.
queryId
- The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced
as the result of the operation. The ID is also used to get the query state and as an input to the
Execute
operation.public String toString()
toString
in class Object
Object.toString()
public StartQueryPlanningResult clone()