Class UpdateMapRequest

    • Method Detail

      • configurationUpdate

        public final MapConfigurationUpdate configurationUpdate()

        Updates the parts of the map configuration that can be updated, including the political view.

        Returns:
        Updates the parts of the map configuration that can be updated, including the political view.
      • description

        public final String description()

        Updates the description for the map resource.

        Returns:
        Updates the description for the map resource.
      • mapName

        public final String mapName()

        The name of the map resource to update.

        Returns:
        The name of the map resource to update.
      • 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, pricingPlan will return PricingPlan.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from pricingPlanAsString().

        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, pricingPlan will return PricingPlan.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from pricingPlanAsString().

        Returns:
        No longer used. If included, the only allowed value is RequestBasedUsage.
        See Also:
        PricingPlan
      • 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.
        Overrides:
        toString in class Object