@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAutoScalingConfigurationRequest extends AppRunnerRequest implements ToCopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAutoScalingConfigurationRequest.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 delete.
|
static DeleteAutoScalingConfigurationRequest.Builder |
builder() |
Boolean |
deleteAllRevisions()
Set to
true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAutoScalingConfigurationRequest.Builder> |
serializableBuilderClass() |
DeleteAutoScalingConfigurationRequest.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 delete.
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 deleted.
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 deleted.
public final Boolean deleteAllRevisions()
Set to true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value.
When DeleteAllRevisions is set to true, the only valid value for the Amazon Resource
Name (ARN) is a partial ARN ending with: .../name.
true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value.
When DeleteAllRevisions is set to true, the only valid value for the Amazon
Resource Name (ARN) is a partial ARN ending with: .../name.
public DeleteAutoScalingConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>toBuilder in class AppRunnerRequestpublic static DeleteAutoScalingConfigurationRequest.Builder builder()
public static Class<? extends DeleteAutoScalingConfigurationRequest.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.