Class DeleteAutoScalingConfigurationRequest
- 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.DeleteAutoScalingConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteAutoScalingConfigurationRequest extends AppRunnerRequest implements ToCopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteAutoScalingConfigurationRequest.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 delete.static DeleteAutoScalingConfigurationRequest.Builderbuilder()BooleandeleteAllRevisions()Set totrueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteAutoScalingConfigurationRequest.Builder>serializableBuilderClass()DeleteAutoScalingConfigurationRequest.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 delete.
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 deleted.- Returns:
- 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
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is deleted.
-
deleteAllRevisions
public final Boolean deleteAllRevisions()
Set to
trueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.When
DeleteAllRevisionsis set totrue, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with:.../name.- Returns:
- Set to
trueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.When
DeleteAllRevisionsis set totrue, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with:.../name.
-
toBuilder
public DeleteAutoScalingConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>- Specified by:
toBuilderin classAppRunnerRequest
-
builder
public static DeleteAutoScalingConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteAutoScalingConfigurationRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-