Class CreateRouteCalculatorResponse

    • Method Detail

      • calculatorName

        public final String calculatorName()

        The name of the route calculator resource.

        • For example, ExampleRouteCalculator.

        Returns:
        The name of the route calculator resource.

        • For example, ExampleRouteCalculator.

      • calculatorArn

        public final String calculatorArn()

        The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.

        • Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator

        Returns:
        The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.

        • Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator

      • createTime

        public final Instant createTime()

        The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

        Returns:
        The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

      • 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