Class DeleteRepositoryPermissionsPolicyRequest

    • Method Detail

      • domain

        public final String domain()

        The name of the domain that contains the repository associated with the resource policy to be deleted.

        Returns:
        The name of the domain that contains the repository associated with the resource policy to be deleted.
      • domainOwner

        public final String domainOwner()

        The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

        Returns:
        The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
      • repository

        public final String repository()

        The name of the repository that is associated with the resource policy to be deleted

        Returns:
        The name of the repository that is associated with the resource policy to be deleted
      • policyRevision

        public final String policyRevision()

        The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.

        Returns:
        The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
      • 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