Class CreateRoutingControlRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

        Returns:
        A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) of the cluster that includes the routing control.

        Returns:
        The Amazon Resource Name (ARN) of the cluster that includes the routing control.
      • controlPanelArn

        public final String controlPanelArn()

        The Amazon Resource Name (ARN) of the control panel that includes the routing control.

        Returns:
        The Amazon Resource Name (ARN) of the control panel that includes the routing control.
      • routingControlName

        public final String routingControlName()

        The name of the routing control.

        Returns:
        The name of the routing control.
      • 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