@Generated(value="software.amazon.awssdk:codegen") public final class ListAutoScalingConfigurationsRequest extends AppRunnerRequest implements ToCopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAutoScalingConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingConfigurationName()
The name of the App Runner auto scaling configuration that you want to list.
|
static ListAutoScalingConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
latestOnly()
Set to
true to list only the latest revision for each requested configuration name. |
Integer |
maxResults()
The maximum number of results to include in each response (result page).
|
String |
nextToken()
A token from a previous result page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAutoScalingConfigurationsRequest.Builder> |
serializableBuilderClass() |
ListAutoScalingConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 configurations.
public final Boolean latestOnly()
Set to true to list only the latest revision for each requested configuration name.
Keep as false to list all revisions for each requested configuration name.
Default: false
true to list only the latest revision for each requested configuration name.
Keep as false to list all revisions for each requested configuration name.
Default: false
public final 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.
If you don't specify MaxResults, the request retrieves all available results in a single
response.
public final 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.
If you don't specify NextToken, the request retrieves the first result page.
public ListAutoScalingConfigurationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>toBuilder in class AppRunnerRequestpublic static ListAutoScalingConfigurationsRequest.Builder builder()
public static Class<? extends ListAutoScalingConfigurationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.