@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnswersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to list answers.
NOOP| Constructor and Description |
|---|
ListAnswersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnswersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLensAlias() |
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
Integer |
getMilestoneNumber() |
String |
getNextToken() |
String |
getPillarId() |
String |
getQuestionPriority()
The priority of the question.
|
String |
getWorkloadId() |
int |
hashCode() |
void |
setLensAlias(String lensAlias) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setMilestoneNumber(Integer milestoneNumber) |
void |
setNextToken(String nextToken) |
void |
setPillarId(String pillarId) |
void |
setQuestionPriority(String questionPriority)
The priority of the question.
|
void |
setWorkloadId(String workloadId) |
String |
toString()
Returns a string representation of this object.
|
ListAnswersRequest |
withLensAlias(String lensAlias) |
ListAnswersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListAnswersRequest |
withMilestoneNumber(Integer milestoneNumber) |
ListAnswersRequest |
withNextToken(String nextToken) |
ListAnswersRequest |
withPillarId(String pillarId) |
ListAnswersRequest |
withQuestionPriority(QuestionPriority questionPriority)
The priority of the question.
|
ListAnswersRequest |
withQuestionPriority(String questionPriority)
The priority of the question.
|
ListAnswersRequest |
withWorkloadId(String workloadId) |
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, withSdkRequestTimeoutpublic void setWorkloadId(String workloadId)
workloadId - public String getWorkloadId()
public ListAnswersRequest withWorkloadId(String workloadId)
workloadId - public void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public ListAnswersRequest withLensAlias(String lensAlias)
lensAlias - public void setPillarId(String pillarId)
pillarId - public String getPillarId()
public ListAnswersRequest withPillarId(String pillarId)
pillarId - public void setMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public Integer getMilestoneNumber()
public ListAnswersRequest withMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListAnswersRequest withNextToken(String nextToken)
nextToken - public void setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.public Integer getMaxResults()
The maximum number of results to return for this request.
public ListAnswersRequest withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.public void setQuestionPriority(String questionPriority)
The priority of the question.
questionPriority - The priority of the question.QuestionPrioritypublic String getQuestionPriority()
The priority of the question.
QuestionPrioritypublic ListAnswersRequest withQuestionPriority(String questionPriority)
The priority of the question.
questionPriority - The priority of the question.QuestionPrioritypublic ListAnswersRequest withQuestionPriority(QuestionPriority questionPriority)
The priority of the question.
questionPriority - The priority of the question.QuestionPrioritypublic String toString()
toString in class ObjectObject.toString()public ListAnswersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.