Class ListVirtualMachinesRequest

    • Method Detail

      • hypervisorArn

        public final String hypervisorArn()

        The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.

        Returns:
        The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
      • maxResults

        public final Integer maxResults()

        The maximum number of virtual machines to list.

        Returns:
        The maximum number of virtual machines to list.
      • nextToken

        public final String nextToken()

        The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Returns:
        The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
      • 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