Class SshPublicKeysGroupListResult


  • public final class SshPublicKeysGroupListResult
    extends Object
    The list SSH public keys operation response.
    • Constructor Detail

      • SshPublicKeysGroupListResult

        public SshPublicKeysGroupListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys.
        Returns:
        the nextLink value.
      • withNextLink

        public SshPublicKeysGroupListResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the SshPublicKeysGroupListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.