Class UpdateRouteCalculatorRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.location.model.LocationRequest
-
- software.amazon.awssdk.services.location.model.UpdateRouteCalculatorRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRouteCalculatorRequest extends LocationRequest implements ToCopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRouteCalculatorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UpdateRouteCalculatorRequest.Builderbuilder()StringcalculatorName()The name of the route calculator resource to update.Stringdescription()Updates the description for the route calculator resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PricingPlanpricingPlan()Deprecated.Deprecated.StringpricingPlanAsString()Deprecated.Deprecated.List<SdkField<?>>sdkFields()static Class<? extends UpdateRouteCalculatorRequest.Builder>serializableBuilderClass()UpdateRouteCalculatorRequest.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
-
calculatorName
public final String calculatorName()
The name of the route calculator resource to update.
- Returns:
- The name of the route calculator resource to update.
-
description
public final String description()
Updates the description for the route calculator resource.
- Returns:
- Updates the description for the route calculator resource.
-
pricingPlan
@Deprecated public final PricingPlan pricingPlan()
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.If the service returns an enum value that is not available in the current SDK version,
pricingPlanwill returnPricingPlan.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompricingPlanAsString().- Returns:
- No longer used. If included, the only allowed value is
RequestBasedUsage. - See Also:
PricingPlan
-
pricingPlanAsString
@Deprecated public final String pricingPlanAsString()
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.If the service returns an enum value that is not available in the current SDK version,
pricingPlanwill returnPricingPlan.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompricingPlanAsString().- Returns:
- No longer used. If included, the only allowed value is
RequestBasedUsage. - See Also:
PricingPlan
-
toBuilder
public UpdateRouteCalculatorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>- Specified by:
toBuilderin classLocationRequest
-
builder
public static UpdateRouteCalculatorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRouteCalculatorRequest.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
-
-