@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that you want to list apps for.
|
Integer |
getMaxResults()
The maximum number of apps to list.
|
String |
getNextToken()
If SimSpace Weaver returns
nextToken, there are more results available. |
String |
getSimulation()
The name of the simulation that you want to list apps for.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that you want to list apps for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of apps to list.
|
void |
setNextToken(String nextToken)
If SimSpace Weaver returns
nextToken, there are more results available. |
void |
setSimulation(String simulation)
The name of the simulation that you want to list apps for.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsRequest |
withDomain(String domain)
The name of the domain that you want to list apps for.
|
ListAppsRequest |
withMaxResults(Integer maxResults)
The maximum number of apps to list.
|
ListAppsRequest |
withNextToken(String nextToken)
If SimSpace Weaver returns
nextToken, there are more results available. |
ListAppsRequest |
withSimulation(String simulation)
The name of the simulation that you want to list apps for.
|
addHandlerContext, copyBaseTo, 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 setDomain(String domain)
The name of the domain that you want to list apps for.
domain - The name of the domain that you want to list apps for.public String getDomain()
The name of the domain that you want to list apps for.
public ListAppsRequest withDomain(String domain)
The name of the domain that you want to list apps for.
domain - The name of the domain that you want to list apps for.public void setMaxResults(Integer maxResults)
The maximum number of apps to list.
maxResults - The maximum number of apps to list.public Integer getMaxResults()
The maximum number of apps to list.
public ListAppsRequest withMaxResults(Integer maxResults)
The maximum number of apps to list.
maxResults - The maximum number of apps to list.public void setNextToken(String nextToken)
If SimSpace Weaver returns nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, nextToken
is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't
valid, you receive an HTTP 400 ValidationException error.
nextToken - If SimSpace Weaver returns nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain,
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, you receive an HTTP 400 ValidationException error.public String getNextToken()
If SimSpace Weaver returns nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, nextToken
is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't
valid, you receive an HTTP 400 ValidationException error.
nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain,
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, you receive an HTTP 400 ValidationException error.public ListAppsRequest withNextToken(String nextToken)
If SimSpace Weaver returns nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, nextToken
is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't
valid, you receive an HTTP 400 ValidationException error.
nextToken - If SimSpace Weaver returns nextToken, there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain,
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, you receive an HTTP 400 ValidationException error.public void setSimulation(String simulation)
The name of the simulation that you want to list apps for.
simulation - The name of the simulation that you want to list apps for.public String getSimulation()
The name of the simulation that you want to list apps for.
public ListAppsRequest withSimulation(String simulation)
The name of the simulation that you want to list apps for.
simulation - The name of the simulation that you want to list apps for.public String toString()
toString in class ObjectObject.toString()public ListAppsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.