Class UpdateProjectRequest

    • Method Detail

      • projectId

        public final String projectId()

        The ID of the project to update.

        Returns:
        The ID of the project to update.
      • projectName

        public final String projectName()

        A new friendly name for the project.

        Returns:
        A new friendly name for the project.
      • projectDescription

        public final String projectDescription()

        A new description for the project.

        Returns:
        A new description for the project.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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