@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetDestination extends Object implements Serializable, Cloneable, StructuredPojo
Destination details to write data for a target data source. Current supported data source is Timestream.
| Constructor and Description |
|---|
TargetDestination() |
| Modifier and Type | Method and Description |
|---|---|
TargetDestination |
clone() |
boolean |
equals(Object obj) |
TimestreamDestination |
getTimestreamDestination()
Query result destination details for Timestream data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTimestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
|
String |
toString()
Returns a string representation of this object.
|
TargetDestination |
withTimestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
|
public void setTimestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
timestreamDestination - Query result destination details for Timestream data source.public TimestreamDestination getTimestreamDestination()
Query result destination details for Timestream data source.
public TargetDestination withTimestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
timestreamDestination - Query result destination details for Timestream data source.public String toString()
toString in class ObjectObject.toString()public TargetDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.