Class AutoScalingPlansEndpointParams
java.lang.Object
software.amazon.awssdk.services.autoscalingplans.endpoints.AutoScalingPlansEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<AutoScalingPlansEndpointParams.Builder,
AutoScalingPlansEndpointParams>
@Generated("software.amazon.awssdk:codegen")
public final class AutoScalingPlansEndpointParams
extends Object
implements ToCopyableBuilder<AutoScalingPlansEndpointParams.Builder,AutoScalingPlansEndpointParams>
The parameters object used to resolve an endpoint for the AutoScalingPlans service.
-
Method Details
-
builder
-
region
-
useDualStack
-
useFips
-
endpoint
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AutoScalingPlansEndpointParams.Builder,
AutoScalingPlansEndpointParams> - Returns:
- a builder for type T
-