Class ApprovalRuleTemplate

    • Method Detail

      • approvalRuleTemplateId

        public final String approvalRuleTemplateId()

        The system-generated ID of the approval rule template.

        Returns:
        The system-generated ID of the approval rule template.
      • approvalRuleTemplateName

        public final String approvalRuleTemplateName()

        The name of the approval rule template.

        Returns:
        The name of the approval rule template.
      • approvalRuleTemplateDescription

        public final String approvalRuleTemplateDescription()

        The description of the approval rule template.

        Returns:
        The description of the approval rule template.
      • approvalRuleTemplateContent

        public final String approvalRuleTemplateContent()

        The content of the approval rule template.

        Returns:
        The content of the approval rule template.
      • ruleContentSha256

        public final String ruleContentSha256()

        The SHA-256 hash signature for the content of the approval rule template.

        Returns:
        The SHA-256 hash signature for the content of the approval rule template.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date the approval rule template was most recently changed, in timestamp format.

        Returns:
        The date the approval rule template was most recently changed, in timestamp format.
      • creationDate

        public final Instant creationDate()

        The date the approval rule template was created, in timestamp format.

        Returns:
        The date the approval rule template was created, in timestamp format.
      • lastModifiedUser

        public final String lastModifiedUser()

        The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.

        Returns:
        The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)