@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQuantumTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetQuantumTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetQuantumTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAdditionalAttributeNames()
A list of attributes to return information for.
|
String |
getQuantumTaskArn()
The ARN of the task to retrieve.
|
int |
hashCode() |
void |
setAdditionalAttributeNames(Collection<String> additionalAttributeNames)
A list of attributes to return information for.
|
void |
setQuantumTaskArn(String quantumTaskArn)
The ARN of the task to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetQuantumTaskRequest |
withAdditionalAttributeNames(Collection<String> additionalAttributeNames)
A list of attributes to return information for.
|
GetQuantumTaskRequest |
withAdditionalAttributeNames(QuantumTaskAdditionalAttributeName... additionalAttributeNames)
A list of attributes to return information for.
|
GetQuantumTaskRequest |
withAdditionalAttributeNames(String... additionalAttributeNames)
A list of attributes to return information for.
|
GetQuantumTaskRequest |
withQuantumTaskArn(String quantumTaskArn)
The ARN of the task to retrieve.
|
addHandlerContext, 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 List<String> getAdditionalAttributeNames()
A list of attributes to return information for.
QuantumTaskAdditionalAttributeName
public void setAdditionalAttributeNames(Collection<String> additionalAttributeNames)
A list of attributes to return information for.
additionalAttributeNames
- A list of attributes to return information for.QuantumTaskAdditionalAttributeName
public GetQuantumTaskRequest withAdditionalAttributeNames(String... additionalAttributeNames)
A list of attributes to return information for.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalAttributeNames(java.util.Collection)
or
withAdditionalAttributeNames(java.util.Collection)
if you want to override the existing values.
additionalAttributeNames
- A list of attributes to return information for.QuantumTaskAdditionalAttributeName
public GetQuantumTaskRequest withAdditionalAttributeNames(Collection<String> additionalAttributeNames)
A list of attributes to return information for.
additionalAttributeNames
- A list of attributes to return information for.QuantumTaskAdditionalAttributeName
public GetQuantumTaskRequest withAdditionalAttributeNames(QuantumTaskAdditionalAttributeName... additionalAttributeNames)
A list of attributes to return information for.
additionalAttributeNames
- A list of attributes to return information for.QuantumTaskAdditionalAttributeName
public void setQuantumTaskArn(String quantumTaskArn)
The ARN of the task to retrieve.
quantumTaskArn
- The ARN of the task to retrieve.public String getQuantumTaskArn()
The ARN of the task to retrieve.
public GetQuantumTaskRequest withQuantumTaskArn(String quantumTaskArn)
The ARN of the task to retrieve.
quantumTaskArn
- The ARN of the task to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetQuantumTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()