7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetInputName(
const char* value) { m_inputNameHasBeenSet =
true; m_inputName.assign(value); }
64 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
72 bool m_inputNameHasBeenSet =
false;
75 bool m_roleArnHasBeenSet =
false;
IotEventsDestinationConfiguration & WithInputName(Aws::String &&value)
void SetInputName(const Aws::String &value)
void SetRoleArn(const char *value)
IotEventsDestinationConfiguration & WithInputName(const Aws::String &value)
IotEventsDestinationConfiguration & WithInputName(const char *value)
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration()
IotEventsDestinationConfiguration & WithRoleArn(const Aws::String &value)
const Aws::String & GetInputName() const
bool RoleArnHasBeenSet() const
void SetInputName(Aws::String &&value)
const Aws::String & GetRoleArn() const
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(Aws::String &&value)
void SetInputName(const char *value)
IotEventsDestinationConfiguration & WithRoleArn(const char *value)
void SetRoleArn(const Aws::String &value)
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputNameHasBeenSet() const
IotEventsDestinationConfiguration & WithRoleArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue