@Generated(value="software.amazon.awssdk:codegen") public final class ActionExecutionInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionExecutionInput.Builder,ActionExecutionInput>
Input information used for an action execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionExecutionInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeId |
actionTypeId()
Returns the value of the ActionTypeId property for this object.
|
static ActionExecutionInput.Builder |
builder() |
Map<String,String> |
configuration()
Configuration data for an action execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfiguration()
Returns true if the Configuration 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() |
boolean |
hasInputArtifacts()
Returns true if the InputArtifacts 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 |
hasResolvedConfiguration()
Returns true if the ResolvedConfiguration property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<ArtifactDetail> |
inputArtifacts()
Details of input artifacts of the action that correspond to the action execution.
|
String |
namespace()
The variable namespace associated with the action.
|
String |
region()
The AWS Region for the action, such as us-east-1.
|
Map<String,String> |
resolvedConfiguration()
Configuration data for an action execution with all variable references replaced with their real values for the
execution.
|
String |
roleArn()
The ARN of the IAM service role that performs the declared action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionExecutionInput.Builder> |
serializableBuilderClass() |
ActionExecutionInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionTypeId actionTypeId()
public final boolean hasConfiguration()
public final Map<String,String> configuration()
Configuration data for an action execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasConfiguration() to see if a value was sent in this field.
public final boolean hasResolvedConfiguration()
public final Map<String,String> resolvedConfiguration()
Configuration data for an action execution with all variable references replaced with their real values for the execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResolvedConfiguration() to see if a value was sent in this field.
public final String roleArn()
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
public final String region()
The AWS Region for the action, such as us-east-1.
public final boolean hasInputArtifacts()
public final List<ArtifactDetail> inputArtifacts()
Details of input artifacts of the action that correspond to the action execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputArtifacts() to see if a value was sent in this field.
public final String namespace()
The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
public ActionExecutionInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionExecutionInput.Builder,ActionExecutionInput>public static ActionExecutionInput.Builder builder()
public static Class<? extends ActionExecutionInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.