@Generated(value="software.amazon.awssdk:codegen") public final class StageDeclaration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StageDeclaration.Builder,StageDeclaration>
Represents information about a stage and its definition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageDeclaration.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<ActionDeclaration> |
actions()
The actions included in a stage.
|
List<BlockerDeclaration> |
blockers()
Reserved for future use.
|
static StageDeclaration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasActions()
Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasBlockers()
Returns true if the Blockers property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StageDeclaration.Builder> |
serializableBuilderClass() |
StageDeclaration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the stage.
public final boolean hasBlockers()
public final List<BlockerDeclaration> blockers()
Reserved for future use.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBlockers() to see if a value was sent in this field.
public final boolean hasActions()
public final List<ActionDeclaration> actions()
The actions included in a stage.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasActions() to see if a value was sent in this field.
public StageDeclaration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageDeclaration.Builder,StageDeclaration>public static StageDeclaration.Builder builder()
public static Class<? extends StageDeclaration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.