@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeTarget extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a Snowflake target.
Constructor and Description |
---|
SnowflakeTarget() |
Modifier and Type | Method and Description |
---|---|
SnowflakeTarget |
clone() |
boolean |
equals(Object obj) |
SnowflakeNodeData |
getData()
Specifies the data of the Snowflake target node.
|
List<String> |
getInputs()
The nodes that are inputs to the data target.
|
String |
getName()
The name of the Snowflake target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
void |
setInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
void |
setName(String name)
The name of the Snowflake target.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeTarget |
withData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
SnowflakeTarget |
withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget |
withInputs(String... inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget |
withName(String name)
The name of the Snowflake target.
|
public void setName(String name)
The name of the Snowflake target.
name
- The name of the Snowflake target.public String getName()
The name of the Snowflake target.
public SnowflakeTarget withName(String name)
The name of the Snowflake target.
name
- The name of the Snowflake target.public void setData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
data
- Specifies the data of the Snowflake target node.public SnowflakeNodeData getData()
Specifies the data of the Snowflake target node.
public SnowflakeTarget withData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
data
- Specifies the data of the Snowflake target node.public List<String> getInputs()
The nodes that are inputs to the data target.
public void setInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs
- The nodes that are inputs to the data target.public SnowflakeTarget withInputs(String... inputs)
The nodes that are inputs to the data target.
NOTE: This method appends the values to the existing list (if any). Use
setInputs(java.util.Collection)
or withInputs(java.util.Collection)
if you want to override the
existing values.
inputs
- The nodes that are inputs to the data target.public SnowflakeTarget withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs
- The nodes that are inputs to the data target.public String toString()
toString
in class Object
Object.toString()
public SnowflakeTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.