@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionTrigger extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionTrigger.Builder,ExecutionTrigger>
The interaction or event that started a pipeline execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionTrigger.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionTrigger.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionTrigger.Builder> |
serializableBuilderClass() |
ExecutionTrigger.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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. |
TriggerType |
triggerType()
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
String |
triggerTypeAsString()
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TriggerType triggerType()
The type of change-detection method, command, or user interaction that started a pipeline execution.
If the service returns an enum value that is not available in the current SDK version, triggerType will
return TriggerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
triggerTypeAsString().
TriggerTypepublic final String triggerTypeAsString()
The type of change-detection method, command, or user interaction that started a pipeline execution.
If the service returns an enum value that is not available in the current SDK version, triggerType will
return TriggerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
triggerTypeAsString().
TriggerTypepublic final 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.
start-pipeline-execution CLI command.public ExecutionTrigger.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionTrigger.Builder,ExecutionTrigger>public static ExecutionTrigger.Builder builder()
public static Class<? extends ExecutionTrigger.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.