JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class ExecutionTrigger

    • Constructor Summary

      Constructors
      Constructor and Description
      ExecutionTrigger ()
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      ExecutionTrigger clone ()
      boolean equals (Object obj)
      String getTriggerDetail ()
      Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
      String getTriggerType ()
      The type of change-detection method, command, or user interaction that started a pipeline execution.
      int hashCode ()
      void marshall (ProtocolMarshaller protocolMarshaller)
      Marshalls this structured data using the given ProtocolMarshaller.
      void setTriggerDetail (String triggerDetail)
      Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
      void setTriggerType (String triggerType)
      The type of change-detection method, command, or user interaction that started a pipeline execution.
      String toString ()
      Returns a string representation of this object.
      ExecutionTrigger withTriggerDetail (String triggerDetail)
      Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
      ExecutionTrigger withTriggerType (String triggerType)
      The type of change-detection method, command, or user interaction that started a pipeline execution.
      ExecutionTrigger withTriggerType (TriggerType triggerType)
      The type of change-detection method, command, or user interaction that started a pipeline execution.
    • Constructor Detail

      • ExecutionTrigger

        public ExecutionTrigger()
    • Method Detail

      • setTriggerType

        public void setTriggerType(String triggerType)

        The type of change-detection method, command, or user interaction that started a pipeline execution.

        Parameters:
        triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.
        See Also:
        TriggerType
      • getTriggerType

        public String getTriggerType()

        The type of change-detection method, command, or user interaction that started a pipeline execution.

        Returns:
        The type of change-detection method, command, or user interaction that started a pipeline execution.
        See Also:
        TriggerType
      • withTriggerType

        public ExecutionTrigger withTriggerType(String triggerType)

        The type of change-detection method, command, or user interaction that started a pipeline execution.

        Parameters:
        triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType
      • withTriggerType

        public ExecutionTrigger withTriggerType(TriggerType triggerType)

        The type of change-detection method, command, or user interaction that started a pipeline execution.

        Parameters:
        triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType
      • setTriggerDetail

        public void setTriggerDetail(String triggerDetail)

        Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

        Parameters:
        triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
      • getTriggerDetail

        public String getTriggerDetail()

        Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

        Returns:
        Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
      • withTriggerDetail

        public ExecutionTrigger withTriggerDetail(String triggerDetail)

        Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

        Parameters:
        triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /