Class Webhook

    • Method Detail

      • webhookArn

        public final String webhookArn()

        The Amazon Resource Name (ARN) for the webhook.

        Returns:
        The Amazon Resource Name (ARN) for the webhook.
      • webhookId

        public final String webhookId()

        The ID of the webhook.

        Returns:
        The ID of the webhook.
      • webhookUrl

        public final String webhookUrl()

        The URL of the webhook.

        Returns:
        The URL of the webhook.
      • branchName

        public final String branchName()

        The name for a branch that is part of an Amplify app.

        Returns:
        The name for a branch that is part of an Amplify app.
      • description

        public final String description()

        The description for a webhook.

        Returns:
        The description for a webhook.
      • createTime

        public final Instant createTime()

        The create date and time for a webhook.

        Returns:
        The create date and time for a webhook.
      • updateTime

        public final Instant updateTime()

        Updates the date and time for a webhook.

        Returns:
        Updates the date and time for a webhook.
      • serializableBuilderClass

        public static Class<? extends Webhook.Builder> serializableBuilderClass()
      • 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)