Class DeleteRepositoryRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

        Returns:
        The Amazon Web Services account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository to delete.

        Returns:
        The name of the repository to delete.
      • force

        public final Boolean force()

        If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.

        Returns:
        If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.
      • 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