Class UpdateProjectRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the project whose name to update.

        Returns:
        The Amazon Resource Name (ARN) of the project whose name to update.
      • name

        public final String name()

        A string that represents the new name of the project that you are updating.

        Returns:
        A string that represents the new name of the project that you are updating.
      • defaultJobTimeoutMinutes

        public final Integer defaultJobTimeoutMinutes()

        The number of minutes a test run in the project executes before it times out.

        Returns:
        The number of minutes a test run in the project executes before it times out.
      • vpcConfig

        public final VpcConfig vpcConfig()

        The VPC security groups and subnets that are attached to a project.

        Returns:
        The VPC security groups and subnets that are attached to a project.
      • 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