@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
Each step type has its own StepDetails
structure.
Constructor and Description |
---|
CustomStepDetails() |
Modifier and Type | Method and Description |
---|---|
CustomStepDetails |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the step, used as an identifier.
|
String |
getTarget()
The ARN for the lambda function that is being called.
|
Integer |
getTimeoutSeconds()
Timeout, in seconds, for the step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the step, used as an identifier.
|
void |
setTarget(String target)
The ARN for the lambda function that is being called.
|
void |
setTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
|
String |
toString()
Returns a string representation of this object.
|
CustomStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
CustomStepDetails |
withTarget(String target)
The ARN for the lambda function that is being called.
|
CustomStepDetails |
withTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
|
public void setName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public String getName()
The name of the step, used as an identifier.
public CustomStepDetails withName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public void setTarget(String target)
The ARN for the lambda function that is being called.
target
- The ARN for the lambda function that is being called.public String getTarget()
The ARN for the lambda function that is being called.
public CustomStepDetails withTarget(String target)
The ARN for the lambda function that is being called.
target
- The ARN for the lambda function that is being called.public void setTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
timeoutSeconds
- Timeout, in seconds, for the step.public Integer getTimeoutSeconds()
Timeout, in seconds, for the step.
public CustomStepDetails withTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
timeoutSeconds
- Timeout, in seconds, for the step.public String toString()
toString
in class Object
Object.toString()
public CustomStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.