@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolutionVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSolutionVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSolutionVersionsRequest |
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 solution versions to return.
|
String |
getNextToken()
A token returned from the previous call to
ListSolutionVersions for getting the next set of solution
versions (if they exist). |
String |
getSolutionArn()
The Amazon Resource Name (ARN) of the solution.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of solution versions to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListSolutionVersions for getting the next set of solution
versions (if they exist). |
void |
setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
|
String |
toString()
Returns a string representation of this object.
|
ListSolutionVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of solution versions to return.
|
ListSolutionVersionsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListSolutionVersions for getting the next set of solution
versions (if they exist). |
ListSolutionVersionsRequest |
withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
|
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 setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
solutionArn
- The Amazon Resource Name (ARN) of the solution.public String getSolutionArn()
The Amazon Resource Name (ARN) of the solution.
public ListSolutionVersionsRequest withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
solutionArn
- The Amazon Resource Name (ARN) of the solution.public void setNextToken(String nextToken)
A token returned from the previous call to ListSolutionVersions
for getting the next set of solution
versions (if they exist).
nextToken
- A token returned from the previous call to ListSolutionVersions
for getting the next set of
solution versions (if they exist).public String getNextToken()
A token returned from the previous call to ListSolutionVersions
for getting the next set of solution
versions (if they exist).
ListSolutionVersions
for getting the next set of
solution versions (if they exist).public ListSolutionVersionsRequest withNextToken(String nextToken)
A token returned from the previous call to ListSolutionVersions
for getting the next set of solution
versions (if they exist).
nextToken
- A token returned from the previous call to ListSolutionVersions
for getting the next set of
solution versions (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of solution versions to return.
maxResults
- The maximum number of solution versions to return.public Integer getMaxResults()
The maximum number of solution versions to return.
public ListSolutionVersionsRequest withMaxResults(Integer maxResults)
The maximum number of solution versions to return.
maxResults
- The maximum number of solution versions to return.public String toString()
toString
in class Object
Object.toString()
public ListSolutionVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()