@Generated(value="software.amazon.awssdk:codegen") public final class EnableStageTransitionRequest extends CodePipelineRequest implements ToCopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
Represents the input of an EnableStageTransition action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnableStageTransitionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnableStageTransitionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineName()
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableStageTransitionRequest.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or
from that stage to the next stage (outbound).
|
EnableStageTransitionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StageTransitionType |
transitionType()
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
String |
transitionTypeAsString()
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
public final String stageName()
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
public final StageTransitionType transitionType()
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
If the service returns an enum value that is not available in the current SDK version, transitionType
will return StageTransitionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from transitionTypeAsString().
StageTransitionTypepublic final String transitionTypeAsString()
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
If the service returns an enum value that is not available in the current SDK version, transitionType
will return StageTransitionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from transitionTypeAsString().
StageTransitionTypepublic EnableStageTransitionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>toBuilder in class CodePipelineRequestpublic static EnableStageTransitionRequest.Builder builder()
public static Class<? extends EnableStageTransitionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.