@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkUnitResultsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkUnitResultsRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkUnitResultsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getQueryId()
The ID of the plan query operation for which to get results.
|
Long |
getWorkUnitId()
The work unit ID for which to get results.
|
String |
getWorkUnitToken()
A work token used to query the execution service.
|
int |
hashCode() |
void |
setQueryId(String queryId)
The ID of the plan query operation for which to get results.
|
void |
setWorkUnitId(Long workUnitId)
The work unit ID for which to get results.
|
void |
setWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkUnitResultsRequest |
withQueryId(String queryId)
The ID of the plan query operation for which to get results.
|
GetWorkUnitResultsRequest |
withWorkUnitId(Long workUnitId)
The work unit ID for which to get results.
|
GetWorkUnitResultsRequest |
withWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setQueryId(String queryId)
The ID of the plan query operation for which to get results.
queryId
- The ID of the plan query operation for which to get results.public String getQueryId()
The ID of the plan query operation for which to get results.
public GetWorkUnitResultsRequest withQueryId(String queryId)
The ID of the plan query operation for which to get results.
queryId
- The ID of the plan query operation for which to get results.public void setWorkUnitId(Long workUnitId)
The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.
workUnitId
- The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.public Long getWorkUnitId()
The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.
WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.public GetWorkUnitResultsRequest withWorkUnitId(Long workUnitId)
The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.
workUnitId
- The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to
WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of
GetWorkUnits
.public void setWorkUnitToken(String workUnitToken)
A work token used to query the execution service. Token output from GetWorkUnits
.
workUnitToken
- A work token used to query the execution service. Token output from GetWorkUnits
.public String getWorkUnitToken()
A work token used to query the execution service. Token output from GetWorkUnits
.
GetWorkUnits
.public GetWorkUnitResultsRequest withWorkUnitToken(String workUnitToken)
A work token used to query the execution service. Token output from GetWorkUnits
.
workUnitToken
- A work token used to query the execution service. Token output from GetWorkUnits
.public String toString()
toString
in class Object
Object.toString()
public GetWorkUnitResultsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.