Class RegistryListCredentialsResult


  • public final class RegistryListCredentialsResult
    extends Object
    The RegistryListCredentialsResult model.
    • Constructor Detail

      • RegistryListCredentialsResult

        public RegistryListCredentialsResult()
    • Method Detail

      • location

        public String location()
        Get the location property: The location property.
        Returns:
        the location value.
      • username

        public String username()
        Get the username property: The username property.
        Returns:
        the username value.
      • passwords

        public List<Password> passwords()
        Get the passwords property: The passwords property.
        Returns:
        the passwords value.
      • withPasswords

        public RegistryListCredentialsResult withPasswords​(List<Password> passwords)
        Set the passwords property: The passwords property.
        Parameters:
        passwords - the passwords value to set.
        Returns:
        the RegistryListCredentialsResult object itself.
      • validate

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