7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename TimestreamTableArnT = Aws::String>
52 void SetTimestreamTableArn(TimestreamTableArnT&& value) { m_timestreamTableArnHasBeenSet =
true; m_timestreamTableArn = std::forward<TimestreamTableArnT>(value); }
53 template<
typename TimestreamTableArnT = Aws::String>
65 template<
typename ExecutionRoleArnT = Aws::String>
66 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
67 template<
typename ExecutionRoleArnT = Aws::String>
73 bool m_timestreamTableArnHasBeenSet =
false;
76 bool m_executionRoleArnHasBeenSet =
false;
AWS_IOTFLEETWISE_API TimestreamConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TimestreamConfig & WithTimestreamTableArn(TimestreamTableArnT &&value)
bool TimestreamTableArnHasBeenSet() const
AWS_IOTFLEETWISE_API TimestreamConfig()=default
bool ExecutionRoleArnHasBeenSet() const
void SetTimestreamTableArn(TimestreamTableArnT &&value)
AWS_IOTFLEETWISE_API TimestreamConfig(Aws::Utils::Json::JsonView jsonValue)
TimestreamConfig & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetTimestreamTableArn() const
const Aws::String & GetExecutionRoleArn() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue