@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
Each step type has its own StepDetails
structure.
Constructor and Description |
---|
CopyStepDetails() |
Modifier and Type | Method and Description |
---|---|
CopyStepDetails |
clone() |
boolean |
equals(Object obj) |
InputFileLocation |
getDestinationFileLocation() |
String |
getName()
The name of the step, used as an identifier.
|
String |
getOverwriteExisting()
A flag that indicates whether or not to overwrite an existing file of the same name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationFileLocation(InputFileLocation destinationFileLocation) |
void |
setName(String name)
The name of the step, used as an identifier.
|
void |
setOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
String |
toString()
Returns a string representation of this object.
|
CopyStepDetails |
withDestinationFileLocation(InputFileLocation destinationFileLocation) |
CopyStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
CopyStepDetails |
withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
CopyStepDetails |
withOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
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 CopyStepDetails withName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public void setDestinationFileLocation(InputFileLocation destinationFileLocation)
destinationFileLocation
- public InputFileLocation getDestinationFileLocation()
public CopyStepDetails withDestinationFileLocation(InputFileLocation destinationFileLocation)
destinationFileLocation
- public void setOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public String getOverwriteExisting()
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
FALSE
.OverwriteExisting
public CopyStepDetails withOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public CopyStepDetails withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public String toString()
toString
in class Object
Object.toString()
public CopyStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.