Class UpdateUploadRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the uploaded test spec.

        Returns:
        The Amazon Resource Name (ARN) of the uploaded test spec.
      • name

        public final String name()

        The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.

        Returns:
        The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.
      • contentType

        public final String contentType()

        The upload's content type (for example, application/x-yaml).

        Returns:
        The upload's content type (for example, application/x-yaml).
      • editContent

        public final Boolean editContent()

        Set to true if the YAML file has changed and must be updated. Otherwise, set to false.

        Returns:
        Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
      • 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