@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionExecutionInput extends Object implements Serializable, Cloneable, StructuredPojo
Input information used for an action execution.
Constructor and Description |
---|
ActionExecutionInput() |
Modifier and Type | Method and Description |
---|---|
ActionExecutionInput |
addConfigurationEntry(String key,
String value) |
ActionExecutionInput |
clearConfigurationEntries()
Removes all the entries added into Configuration.
|
ActionExecutionInput |
clone() |
boolean |
equals(Object obj) |
ActionTypeId |
getActionTypeId() |
Map<String,String> |
getConfiguration()
Configuration data for an action execution.
|
List<ArtifactDetail> |
getInputArtifacts()
Details of input artifacts of the action that correspond to the action execution.
|
String |
getRegion()
The AWS Region for the action, such as us-east-1.
|
String |
getRoleArn()
The ARN of the IAM service role that performs the declared action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionTypeId(ActionTypeId actionTypeId) |
void |
setConfiguration(Map<String,String> configuration)
Configuration data for an action execution.
|
void |
setInputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
void |
setRegion(String region)
The AWS Region for the action, such as us-east-1.
|
void |
setRoleArn(String roleArn)
The ARN of the IAM service role that performs the declared action.
|
String |
toString()
Returns a string representation of this object.
|
ActionExecutionInput |
withActionTypeId(ActionTypeId actionTypeId) |
ActionExecutionInput |
withConfiguration(Map<String,String> configuration)
Configuration data for an action execution.
|
ActionExecutionInput |
withInputArtifacts(ArtifactDetail... inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionInput |
withInputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionInput |
withRegion(String region)
The AWS Region for the action, such as us-east-1.
|
ActionExecutionInput |
withRoleArn(String roleArn)
The ARN of the IAM service role that performs the declared action.
|
public void setActionTypeId(ActionTypeId actionTypeId)
actionTypeId
- public ActionTypeId getActionTypeId()
public ActionExecutionInput withActionTypeId(ActionTypeId actionTypeId)
actionTypeId
- public Map<String,String> getConfiguration()
Configuration data for an action execution.
public void setConfiguration(Map<String,String> configuration)
Configuration data for an action execution.
configuration
- Configuration data for an action execution.public ActionExecutionInput withConfiguration(Map<String,String> configuration)
Configuration data for an action execution.
configuration
- Configuration data for an action execution.public ActionExecutionInput addConfigurationEntry(String key, String value)
public ActionExecutionInput clearConfigurationEntries()
public void setRoleArn(String roleArn)
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
roleArn
- The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for
the pipeline.public String getRoleArn()
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
public ActionExecutionInput withRoleArn(String roleArn)
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
roleArn
- The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for
the pipeline.public void setRegion(String region)
The AWS Region for the action, such as us-east-1.
region
- The AWS Region for the action, such as us-east-1.public String getRegion()
The AWS Region for the action, such as us-east-1.
public ActionExecutionInput withRegion(String region)
The AWS Region for the action, such as us-east-1.
region
- The AWS Region for the action, such as us-east-1.public List<ArtifactDetail> getInputArtifacts()
Details of input artifacts of the action that correspond to the action execution.
public void setInputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
inputArtifacts
- Details of input artifacts of the action that correspond to the action execution.public ActionExecutionInput withInputArtifacts(ArtifactDetail... inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
NOTE: This method appends the values to the existing list (if any). Use
setInputArtifacts(java.util.Collection)
or withInputArtifacts(java.util.Collection)
if you want
to override the existing values.
inputArtifacts
- Details of input artifacts of the action that correspond to the action execution.public ActionExecutionInput withInputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
inputArtifacts
- Details of input artifacts of the action that correspond to the action execution.public String toString()
toString
in class Object
Object.toString()
public ActionExecutionInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.