Class UpdateHypervisorRequest

    • Method Detail

      • host

        public final String host()

        The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

        Returns:
        The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
      • hypervisorArn

        public final String hypervisorArn()

        The Amazon Resource Name (ARN) of the hypervisor to update.

        Returns:
        The Amazon Resource Name (ARN) of the hypervisor to update.
      • logGroupArn

        public final String logGroupArn()

        The Amazon Resource Name (ARN) of the group of gateways within the requested log.

        Returns:
        The Amazon Resource Name (ARN) of the group of gateways within the requested log.
      • name

        public final String name()

        The updated name for the hypervisor

        Returns:
        The updated name for the hypervisor
      • password

        public final String password()

        The updated password for the hypervisor.

        Returns:
        The updated password for the hypervisor.
      • username

        public final String username()

        The updated username for the hypervisor.

        Returns:
        The updated username for the hypervisor.
      • 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