@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaStepMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for a Lambda step.
Constructor and Description |
---|
LambdaStepMetadata() |
Modifier and Type | Method and Description |
---|---|
LambdaStepMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
|
List<OutputParameter> |
getOutputParameters()
A list of the output parameters of the Lambda step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
|
void |
setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
String |
toString()
Returns a string representation of this object.
|
LambdaStepMetadata |
withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
|
LambdaStepMetadata |
withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
LambdaStepMetadata |
withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
arn
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.public String getArn()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
public LambdaStepMetadata withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
arn
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.public List<OutputParameter> getOutputParameters()
A list of the output parameters of the Lambda step.
public void setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
outputParameters
- A list of the output parameters of the Lambda step.public LambdaStepMetadata withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
NOTE: This method appends the values to the existing list (if any). Use
setOutputParameters(java.util.Collection)
or withOutputParameters(java.util.Collection)
if you
want to override the existing values.
outputParameters
- A list of the output parameters of the Lambda step.public LambdaStepMetadata withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
outputParameters
- A list of the output parameters of the Lambda step.public String toString()
toString
in class Object
Object.toString()
public LambdaStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.