Class RoutingControl

    • Method Detail

      • controlPanelArn

        public final String controlPanelArn()

        The Amazon Resource Name (ARN) of the control panel where the routing control is located.

        Returns:
        The Amazon Resource Name (ARN) of the control panel where the routing control is located.
      • controlPanelName

        public final String controlPanelName()

        The name of the control panel where the routing control is located. Only ASCII characters are supported for control panel names.

        Returns:
        The name of the control panel where the routing control is located. Only ASCII characters are supported for control panel names.
      • routingControlArn

        public final String routingControlArn()

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

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

        public final String routingControlName()

        The name of the routing control.

        Returns:
        The name of the routing control.
      • routingControlState

        public final RoutingControlState routingControlState()

        The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.

        If the service returns an enum value that is not available in the current SDK version, routingControlState will return RoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from routingControlStateAsString().

        Returns:
        The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.
        See Also:
        RoutingControlState
      • routingControlStateAsString

        public final String routingControlStateAsString()

        The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.

        If the service returns an enum value that is not available in the current SDK version, routingControlState will return RoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from routingControlStateAsString().

        Returns:
        The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.
        See Also:
        RoutingControlState
      • owner

        public final String owner()

        The Amazon Web Services account ID of the routing control owner.

        Returns:
        The Amazon Web Services account ID of the routing control owner.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)