@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
The name of the step, used to identify the delete step.
Constructor and Description |
---|
DeleteStepDetails() |
Modifier and Type | Method and Description |
---|---|
DeleteStepDetails |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the step, used as an identifier.
|
String |
getSourceFileLocation()
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
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 |
setSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
DeleteStepDetails |
withSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
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 DeleteStepDetails withName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public void setSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
sourceFileLocation
- Specifies which file to use as input to the workflow step: either the output from the previous step, or
the originally uploaded file for the workflow.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public String getSourceFileLocation()
Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public DeleteStepDetails withSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
sourceFileLocation
- Specifies which file to use as input to the workflow step: either the output from the previous step, or
the originally uploaded file for the workflow.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public String toString()
toString
in class Object
Object.toString()
public DeleteStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.