@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimestreamResources extends Object implements Serializable, Cloneable, StructuredPojo
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Constructor and Description |
---|
TimestreamResources() |
Modifier and Type | Method and Description |
---|---|
TimestreamResources |
clone() |
boolean |
equals(Object obj) |
String |
getTimestreamDatabaseName()
The name of the registered Amazon Timestream database.
|
String |
getTimestreamTableName()
The name of the registered Amazon Timestream database table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTimestreamDatabaseName(String timestreamDatabaseName)
The name of the registered Amazon Timestream database.
|
void |
setTimestreamTableName(String timestreamTableName)
The name of the registered Amazon Timestream database table.
|
String |
toString()
Returns a string representation of this object.
|
TimestreamResources |
withTimestreamDatabaseName(String timestreamDatabaseName)
The name of the registered Amazon Timestream database.
|
TimestreamResources |
withTimestreamTableName(String timestreamTableName)
The name of the registered Amazon Timestream database table.
|
public void setTimestreamDatabaseName(String timestreamDatabaseName)
The name of the registered Amazon Timestream database.
timestreamDatabaseName
- The name of the registered Amazon Timestream database.public String getTimestreamDatabaseName()
The name of the registered Amazon Timestream database.
public TimestreamResources withTimestreamDatabaseName(String timestreamDatabaseName)
The name of the registered Amazon Timestream database.
timestreamDatabaseName
- The name of the registered Amazon Timestream database.public void setTimestreamTableName(String timestreamTableName)
The name of the registered Amazon Timestream database table.
timestreamTableName
- The name of the registered Amazon Timestream database table.public String getTimestreamTableName()
The name of the registered Amazon Timestream database table.
public TimestreamResources withTimestreamTableName(String timestreamTableName)
The name of the registered Amazon Timestream database table.
timestreamTableName
- The name of the registered Amazon Timestream database table.public String toString()
toString
in class Object
Object.toString()
public TimestreamResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.