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