Class DeleteProjectRequest

    • Method Detail

      • id

        public final String id()

        The ID of the project to be deleted in AWS CodeStar.

        Returns:
        The ID of the project to be deleted in AWS CodeStar.
      • clientRequestToken

        public final String clientRequestToken()

        A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.

        Returns:
        A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
      • deleteStack

        public final Boolean deleteStack()

        Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.

        Returns:
        Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
      • 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