Class PasswordCredentialInner


  • public final class PasswordCredentialInner
    extends Object
    The PasswordCredential model.
    • Constructor Detail

      • PasswordCredentialInner

        public PasswordCredentialInner()
    • Method Detail

      • secretText

        public String secretText()
        Get the secretText property: The secretText property.
        Returns:
        the secretText value.
      • withSecretText

        public PasswordCredentialInner withSecretText​(String secretText)
        Set the secretText property: The secretText property.
        Parameters:
        secretText - the secretText value to set.
        Returns:
        the PasswordCredentialInner object itself.
      • keyId

        public String keyId()
        Get the keyId property: The keyId property.
        Returns:
        the keyId value.
      • withKeyId

        public PasswordCredentialInner withKeyId​(String keyId)
        Set the keyId property: The keyId property.
        Parameters:
        keyId - the keyId value to set.
        Returns:
        the PasswordCredentialInner object itself.
      • startDateTime

        public OffsetDateTime startDateTime()
        Get the startDateTime property: The startDateTime property.
        Returns:
        the startDateTime value.
      • withStartDateTime

        public PasswordCredentialInner withStartDateTime​(OffsetDateTime startDateTime)
        Set the startDateTime property: The startDateTime property.
        Parameters:
        startDateTime - the startDateTime value to set.
        Returns:
        the PasswordCredentialInner object itself.
      • endDateTime

        public OffsetDateTime endDateTime()
        Get the endDateTime property: The endDateTime property.
        Returns:
        the endDateTime value.
      • withEndDateTime

        public PasswordCredentialInner withEndDateTime​(OffsetDateTime endDateTime)
        Set the endDateTime property: The endDateTime property.
        Parameters:
        endDateTime - the endDateTime value to set.
        Returns:
        the PasswordCredentialInner object itself.
      • validate

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