7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename MqttTopicArnT = Aws::String>
55 void SetMqttTopicArn(MqttTopicArnT&& value) { m_mqttTopicArnHasBeenSet =
true; m_mqttTopicArn = std::forward<MqttTopicArnT>(value); }
56 template<
typename MqttTopicArnT = Aws::String>
67 template<
typename ExecutionRoleArnT = Aws::String>
68 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
69 template<
typename ExecutionRoleArnT = Aws::String>
75 bool m_mqttTopicArnHasBeenSet =
false;
78 bool m_executionRoleArnHasBeenSet =
false;
bool ExecutionRoleArnHasBeenSet() const
bool MqttTopicArnHasBeenSet() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTFLEETWISE_API MqttTopicConfig(Aws::Utils::Json::JsonView jsonValue)
MqttTopicConfig & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetExecutionRoleArn() const
AWS_IOTFLEETWISE_API MqttTopicConfig()=default
void SetMqttTopicArn(MqttTopicArnT &&value)
MqttTopicConfig & WithMqttTopicArn(MqttTopicArnT &&value)
AWS_IOTFLEETWISE_API MqttTopicConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMqttTopicArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue