7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/MqttHeaders.h>
50 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
64 inline void SetTopic(
const char* value) { m_topicHasBeenSet =
true; m_topic.assign(value); }
75 inline int GetQos()
const{
return m_qos; }
77 inline void SetQos(
int value) { m_qosHasBeenSet =
true; m_qos = value; }
97 bool m_roleArnHasBeenSet =
false;
100 bool m_topicHasBeenSet =
false;
103 bool m_qosHasBeenSet =
false;
106 bool m_headersHasBeenSet =
false;
bool RoleArnHasBeenSet() const
RepublishAction & WithTopic(Aws::String &&value)
void SetRoleArn(Aws::String &&value)
const Aws::String & GetRoleArn() const
RepublishAction & WithTopic(const char *value)
RepublishAction & WithTopic(const Aws::String &value)
RepublishAction & WithQos(int value)
const MqttHeaders & GetHeaders() const
AWS_IOT_API RepublishAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopic(const Aws::String &value)
void SetTopic(Aws::String &&value)
void SetRoleArn(const Aws::String &value)
RepublishAction & WithRoleArn(const Aws::String &value)
bool QosHasBeenSet() const
bool TopicHasBeenSet() const
AWS_IOT_API RepublishAction()
bool HeadersHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
RepublishAction & WithRoleArn(Aws::String &&value)
const Aws::String & GetTopic() const
void SetRoleArn(const char *value)
AWS_IOT_API RepublishAction(Aws::Utils::Json::JsonView jsonValue)
RepublishAction & WithRoleArn(const char *value)
void SetTopic(const char *value)
RepublishAction & WithHeaders(const MqttHeaders &value)
void SetHeaders(const MqttHeaders &value)
RepublishAction & WithHeaders(MqttHeaders &&value)
void SetHeaders(MqttHeaders &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue