@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationOptions extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the options relating to the destination of the import request.
| Constructor and Description |
|---|
DestinationOptions() |
| Modifier and Type | Method and Description |
|---|---|
DestinationOptions |
addColumnMapEntry(String key,
SourceDataColumnProperties value)
Add a single ColumnMap entry
|
DestinationOptions |
clearColumnMapEntries()
Removes all the entries added into ColumnMap.
|
DestinationOptions |
clone() |
boolean |
equals(Object obj) |
Map<String,SourceDataColumnProperties> |
getColumnMap()
A map of the column id to the import properties for each column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
|
String |
toString()
Returns a string representation of this object.
|
DestinationOptions |
withColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
|
public Map<String,SourceDataColumnProperties> getColumnMap()
A map of the column id to the import properties for each column.
public void setColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
columnMap - A map of the column id to the import properties for each column.public DestinationOptions withColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
columnMap - A map of the column id to the import properties for each column.public DestinationOptions addColumnMapEntry(String key, SourceDataColumnProperties value)
public DestinationOptions clearColumnMapEntries()
public String toString()
toString in class ObjectObject.toString()public DestinationOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.