Class ListServicesForAutoScalingConfigurationRequest
- 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.ListServicesForAutoScalingConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListServicesForAutoScalingConfigurationRequest.Builder,ListServicesForAutoScalingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListServicesForAutoScalingConfigurationRequest extends AppRunnerRequest implements ToCopyableBuilder<ListServicesForAutoScalingConfigurationRequest.Builder,ListServicesForAutoScalingConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListServicesForAutoScalingConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringautoScalingConfigurationArn()The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for.static ListServicesForAutoScalingConfigurationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()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 ListServicesForAutoScalingConfigurationRequest.Builder>serializableBuilderClass()ListServicesForAutoScalingConfigurationRequest.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
-
autoScalingConfigurationArn
public final String autoScalingConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is used.- Returns:
- The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the
services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is used.
-
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 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 specified in the initial
request.
If you don't specify
NextToken, the request retrieves the first result page.
-
toBuilder
public ListServicesForAutoScalingConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListServicesForAutoScalingConfigurationRequest.Builder,ListServicesForAutoScalingConfigurationRequest>- Specified by:
toBuilderin classAppRunnerRequest
-
builder
public static ListServicesForAutoScalingConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListServicesForAutoScalingConfigurationRequest.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
-
-