Class ListAutoScalingConfigurationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.apprunner.model.AppRunnerRequest
-
- software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAutoScalingConfigurationsRequest extends AppRunnerRequest implements ToCopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAutoScalingConfigurationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringautoScalingConfigurationName()The name of the App Runner auto scaling configuration that you want to list.static ListAutoScalingConfigurationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanlatestOnly()Set totrueto list only the latest revision for each requested configuration name.IntegermaxResults()The maximum number of results to include in each response (result page).StringnextToken()A token from a previous result page.List<SdkField<?>>sdkFields()static Class<? extends ListAutoScalingConfigurationsRequest.Builder>serializableBuilderClass()ListAutoScalingConfigurationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoScalingConfigurationName
public 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 active configurations.
- Returns:
- 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.
-
latestOnly
public final Boolean latestOnly()
Set to
trueto list only the latest revision for each requested configuration name.Set to
falseto list all revisions for each requested configuration name.Default:
true- Returns:
- Set to
trueto list only the latest revision for each requested configuration name.Set to
falseto list all revisions for each requested configuration name.Default:
true
-
maxResults
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.- Returns:
- 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.
-
nextToken
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.- Returns:
- 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.
-
toBuilder
public ListAutoScalingConfigurationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>- Specified by:
toBuilderin classAppRunnerRequest
-
builder
public static ListAutoScalingConfigurationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAutoScalingConfigurationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-