@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSolutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSolutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
Integer |
getMaxResults()
The maximum number of solutions to return.
|
String |
getNextToken()
A token returned from the previous call to
ListSolutions for getting the next set of solutions (if
they exist). |
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
void |
setMaxResults(Integer maxResults)
The maximum number of solutions to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListSolutions for getting the next set of solutions (if
they exist). |
String |
toString()
Returns a string representation of this object.
|
ListSolutionsRequest |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
ListSolutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of solutions to return.
|
ListSolutionsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListSolutions for getting the next set of solutions (if
they exist). |
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 void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public ListSolutionsRequest withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.public void setNextToken(String nextToken)
A token returned from the previous call to ListSolutions for getting the next set of solutions (if
they exist).
nextToken - A token returned from the previous call to ListSolutions for getting the next set of
solutions (if they exist).public String getNextToken()
A token returned from the previous call to ListSolutions for getting the next set of solutions (if
they exist).
ListSolutions for getting the next set of
solutions (if they exist).public ListSolutionsRequest withNextToken(String nextToken)
A token returned from the previous call to ListSolutions for getting the next set of solutions (if
they exist).
nextToken - A token returned from the previous call to ListSolutions for getting the next set of
solutions (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of solutions to return.
maxResults - The maximum number of solutions to return.public Integer getMaxResults()
The maximum number of solutions to return.
public ListSolutionsRequest withMaxResults(Integer maxResults)
The maximum number of solutions to return.
maxResults - The maximum number of solutions to return.public String toString()
toString in class ObjectObject.toString()public ListSolutionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()