@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutoScalingConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAutoScalingConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAutoScalingConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAutoScalingConfigurationName()
The name of the App Runner auto scaling configuration that you want to list.
|
Boolean |
getLatestOnly()
Set to
true to list only the latest revision for each requested configuration name. |
Integer |
getMaxResults()
The maximum number of results to include in each response (result page).
|
String |
getNextToken()
A token from a previous result page.
|
int |
hashCode() |
Boolean |
isLatestOnly()
Set to
true to list only the latest revision for each requested configuration name. |
void |
setAutoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list.
|
void |
setLatestOnly(Boolean latestOnly)
Set to
true to list only the latest revision for each requested configuration name. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
void |
setNextToken(String nextToken)
A token from a previous result page.
|
String |
toString()
Returns a string representation of this object.
|
ListAutoScalingConfigurationsRequest |
withAutoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list.
|
ListAutoScalingConfigurationsRequest |
withLatestOnly(Boolean latestOnly)
Set to
true to list only the latest revision for each requested configuration name. |
ListAutoScalingConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
ListAutoScalingConfigurationsRequest |
withNextToken(String nextToken)
A token from a previous result page.
|
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 ListAutoScalingConfigurationsRequest()
public void setAutoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.
autoScalingConfigurationName - The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner
lists revisions that share this name. If not specified, App Runner returns revisions of all active
configurations.public String getAutoScalingConfigurationName()
The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.
public ListAutoScalingConfigurationsRequest withAutoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.
autoScalingConfigurationName - The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner
lists revisions that share this name. If not specified, App Runner returns revisions of all active
configurations.public void setLatestOnly(Boolean latestOnly)
Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
latestOnly - Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
public Boolean getLatestOnly()
Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
public ListAutoScalingConfigurationsRequest withLatestOnly(Boolean latestOnly)
Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
latestOnly - Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
public Boolean isLatestOnly()
Set to true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
true to list only the latest revision for each requested configuration name.
Set to false to list all revisions for each requested configuration name.
Default: true
public void setMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults, the request retrieves all available results in a single response.
maxResults - The maximum number of results to include in each response (result page). It's used for a paginated
request.
If you don't specify MaxResults, the request retrieves all available results in a single
response.
public Integer getMaxResults()
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults, the request retrieves all available results in a single response.
If you don't specify MaxResults, the request retrieves all available results in a single
response.
public ListAutoScalingConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults, the request retrieves all available results in a single response.
maxResults - The maximum number of results to include in each response (result page). It's used for a paginated
request.
If you don't specify MaxResults, the request retrieves all available results in a single
response.
public void setNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken, the request retrieves the first result page.
nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones that are specified in the initial
request.
If you don't specify NextToken, the request retrieves the first result page.
public String getNextToken()
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken, the request retrieves the first result page.
If you don't specify NextToken, the request retrieves the first result page.
public ListAutoScalingConfigurationsRequest withNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken, the request retrieves the first result page.
nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones that are specified in the initial
request.
If you don't specify NextToken, the request retrieves the first result page.
public String toString()
toString in class ObjectObject.toString()public ListAutoScalingConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.