Class GetControlResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the control.

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

        public final String name()

        The display name of the control.

        Returns:
        The display name of the control.
      • description

        public final String description()

        A description of what the control does.

        Returns:
        A description of what the control does.
      • behavior

        public final ControlBehavior behavior()

        A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive

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

        Returns:
        A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
        See Also:
        ControlBehavior
      • behaviorAsString

        public final String behaviorAsString()

        A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive

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

        Returns:
        A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
        See Also:
        ControlBehavior
      • regionConfiguration

        public final RegionConfiguration regionConfiguration()
        Returns the value of the RegionConfiguration property for this object.
        Returns:
        The value of the RegionConfiguration property for this 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