7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename InputNameT = Aws::String>
48 void SetInputName(InputNameT&& value) { m_inputNameHasBeenSet =
true; m_inputName = std::forward<InputNameT>(value); }
49 template<
typename InputNameT = Aws::String>
60 template<
typename RoleArnT = Aws::String>
61 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
62 template<
typename RoleArnT = Aws::String>
68 bool m_inputNameHasBeenSet =
false;
71 bool m_roleArnHasBeenSet =
false;
IotEventsDestinationConfiguration & WithRoleArn(RoleArnT &&value)
void SetInputName(InputNameT &&value)
const Aws::String & GetInputName() const
void SetRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
IotEventsDestinationConfiguration & WithInputName(InputNameT &&value)
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration()=default
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue