@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReviewTemplateAnswersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListReviewTemplateAnswersRequest() |
Modifier and Type | Method and Description |
---|---|
ListReviewTemplateAnswersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLensAlias() |
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
String |
getNextToken() |
String |
getPillarId() |
String |
getTemplateArn()
The ARN of the review template.
|
int |
hashCode() |
void |
setLensAlias(String lensAlias) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setNextToken(String nextToken) |
void |
setPillarId(String pillarId) |
void |
setTemplateArn(String templateArn)
The ARN of the review template.
|
String |
toString()
Returns a string representation of this object.
|
ListReviewTemplateAnswersRequest |
withLensAlias(String lensAlias) |
ListReviewTemplateAnswersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListReviewTemplateAnswersRequest |
withNextToken(String nextToken) |
ListReviewTemplateAnswersRequest |
withPillarId(String pillarId) |
ListReviewTemplateAnswersRequest |
withTemplateArn(String templateArn)
The ARN of the review template.
|
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 void setTemplateArn(String templateArn)
The ARN of the review template.
templateArn
- The ARN of the review template.public String getTemplateArn()
The ARN of the review template.
public ListReviewTemplateAnswersRequest withTemplateArn(String templateArn)
The ARN of the review template.
templateArn
- The ARN of the review template.public void setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public ListReviewTemplateAnswersRequest withLensAlias(String lensAlias)
lensAlias
- public void setPillarId(String pillarId)
pillarId
- public String getPillarId()
public ListReviewTemplateAnswersRequest withPillarId(String pillarId)
pillarId
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListReviewTemplateAnswersRequest 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 ListReviewTemplateAnswersRequest 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 String toString()
toString
in class Object
Object.toString()
public ListReviewTemplateAnswersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()