@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFeaturesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFeaturesRequest() |
Modifier and Type | Method and Description |
---|---|
ListFeaturesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
The token to use when requesting the next set of results.
|
String |
getProject()
The name or ARN of the project to return the feature list from.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of results.
|
void |
setProject(String project)
The name or ARN of the project to return the feature list from.
|
String |
toString()
Returns a string representation of this object.
|
ListFeaturesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListFeaturesRequest |
withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListFeaturesRequest |
withProject(String project)
The name or ARN of the project to return the feature list from.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults
- The maximum number of results to include in the response.public Integer getMaxResults()
The maximum number of results to include in the response.
public ListFeaturesRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults
- The maximum number of results to include in the response.public void setNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListFeatures
operation.
nextToken
- The token to use when requesting the next set of results. You received this token from a previous
ListFeatures
operation.public String getNextToken()
The token to use when requesting the next set of results. You received this token from a previous
ListFeatures
operation.
ListFeatures
operation.public ListFeaturesRequest withNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListFeatures
operation.
nextToken
- The token to use when requesting the next set of results. You received this token from a previous
ListFeatures
operation.public void setProject(String project)
The name or ARN of the project to return the feature list from.
project
- The name or ARN of the project to return the feature list from.public String getProject()
The name or ARN of the project to return the feature list from.
public ListFeaturesRequest withProject(String project)
The name or ARN of the project to return the feature list from.
project
- The name or ARN of the project to return the feature list from.public String toString()
toString
in class Object
Object.toString()
public ListFeaturesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()