Class ValidateTemplateRequest

    • Method Detail

      • templateBody

        public final String templateBody()

        Structure that contains the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

        Returns:
        Structure that contains the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

      • templateURL

        public final String templateURL()

        The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with https://.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

        Returns:
        The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with https://.

        Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

      • 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