@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentId()
The unique identifier of the runtime environment where the applications are deployed.
|
Integer |
getMaxResults()
The maximum number of applications to return.
|
List<String> |
getNames()
The names of the applications.
|
String |
getNextToken()
A pagination token to control the number of applications displayed in the list.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of applications to return.
|
void |
setNames(Collection<String> names)
The names of the applications.
|
void |
setNextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsRequest |
withEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
|
ListApplicationsRequest |
withMaxResults(Integer maxResults)
The maximum number of applications to return.
|
ListApplicationsRequest |
withNames(Collection<String> names)
The names of the applications.
|
ListApplicationsRequest |
withNames(String... names)
The names of the applications.
|
ListApplicationsRequest |
withNextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
|
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 setEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
environmentId - The unique identifier of the runtime environment where the applications are deployed.public String getEnvironmentId()
The unique identifier of the runtime environment where the applications are deployed.
public ListApplicationsRequest withEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
environmentId - The unique identifier of the runtime environment where the applications are deployed.public void setMaxResults(Integer maxResults)
The maximum number of applications to return.
maxResults - The maximum number of applications to return.public Integer getMaxResults()
The maximum number of applications to return.
public ListApplicationsRequest withMaxResults(Integer maxResults)
The maximum number of applications to return.
maxResults - The maximum number of applications to return.public List<String> getNames()
The names of the applications.
public void setNames(Collection<String> names)
The names of the applications.
names - The names of the applications.public ListApplicationsRequest withNames(String... names)
The names of the applications.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - The names of the applications.public ListApplicationsRequest withNames(Collection<String> names)
The names of the applications.
names - The names of the applications.public void setNextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
nextToken - A pagination token to control the number of applications displayed in the list.public String getNextToken()
A pagination token to control the number of applications displayed in the list.
public ListApplicationsRequest withNextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
nextToken - A pagination token to control the number of applications displayed in the list.public String toString()
toString in class ObjectObject.toString()public ListApplicationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.