@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAdvisorLsaAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeFleetAdvisorLsaAnalysisRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorLsaAnalysisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxRecords()
Sets the maximum number of records returned in the response.
|
String |
getNextToken()
If
NextToken is returned by a previous response, there are more results available. |
int |
hashCode() |
void |
setMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
void |
setNextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAdvisorLsaAnalysisRequest |
withMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
DescribeFleetAdvisorLsaAnalysisRequest |
withNextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results available. |
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, withSdkRequestTimeoutpublic DescribeFleetAdvisorLsaAnalysisRequest()
public void setMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
maxRecords - Sets the maximum number of records returned in the response.public Integer getMaxRecords()
Sets the maximum number of records returned in the response.
public DescribeFleetAdvisorLsaAnalysisRequest withMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
maxRecords - Sets the maximum number of records returned in the response.public void setNextToken(String nextToken)
If NextToken is returned by a previous response, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken - If NextToken is returned by a previous response, there are more results available. The value
of NextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String getNextToken()
If NextToken is returned by a previous response, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
NextToken is returned by a previous response, there are more results available. The value
of NextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public DescribeFleetAdvisorLsaAnalysisRequest withNextToken(String nextToken)
If NextToken is returned by a previous response, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken - If NextToken is returned by a previous response, there are more results available. The value
of NextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String toString()
toString in class ObjectObject.toString()public DescribeFleetAdvisorLsaAnalysisRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()