Class UpdateGatewayInstanceResponse

    • Method Detail

      • bridgePlacement

        public final BridgePlacement bridgePlacement()
        The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.

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

        Returns:
        The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.
        See Also:
        BridgePlacement
      • bridgePlacementAsString

        public final String bridgePlacementAsString()
        The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.

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

        Returns:
        The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.
        See Also:
        BridgePlacement
      • gatewayInstanceArn

        public final String gatewayInstanceArn()
        The Amazon Resource Name (ARN) of the instance.
        Returns:
        The Amazon Resource Name (ARN) of the instance.
      • 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