@Generated(value="software.amazon.awssdk:codegen") public final class ListServicesForAutoScalingConfigurationRequest extends AppRunnerRequest implements ToCopyableBuilder<ListServicesForAutoScalingConfigurationRequest.Builder,ListServicesForAutoScalingConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServicesForAutoScalingConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services
for.
|
static ListServicesForAutoScalingConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 ListServicesForAutoScalingConfigurationRequest.Builder> |
serializableBuilderClass() |
ListServicesForAutoScalingConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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
.../name or .../name/revision . If a revision isn't specified,
the latest active revision is used.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name or .../name/revision . If a revision isn't
specified, the latest active revision is used.
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 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 ListServicesForAutoScalingConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServicesForAutoScalingConfigurationRequest.Builder,ListServicesForAutoScalingConfigurationRequest>toBuilder in class AppRunnerRequestpublic static ListServicesForAutoScalingConfigurationRequest.Builder builder()
public static Class<? extends ListServicesForAutoScalingConfigurationRequest.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 © 2023. All rights reserved.