7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
56 inline void SetResourceARNUpdate(
const char* value) { m_resourceARNUpdateHasBeenSet =
true; m_resourceARNUpdate.assign(value); }
72 inline void SetRoleARNUpdate(
const char* value) { m_roleARNUpdateHasBeenSet =
true; m_roleARNUpdate.assign(value); }
80 bool m_resourceARNUpdateHasBeenSet =
false;
83 bool m_roleARNUpdateHasBeenSet =
false;
AWS_KINESISANALYTICS_API LambdaOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
LambdaOutputUpdate & WithRoleARNUpdate(const char *value)
AWS_KINESISANALYTICS_API LambdaOutputUpdate()
void SetRoleARNUpdate(const Aws::String &value)
LambdaOutputUpdate & WithRoleARNUpdate(const Aws::String &value)
const Aws::String & GetRoleARNUpdate() const
bool RoleARNUpdateHasBeenSet() const
LambdaOutputUpdate & WithRoleARNUpdate(Aws::String &&value)
void SetRoleARNUpdate(const char *value)
LambdaOutputUpdate & WithResourceARNUpdate(const Aws::String &value)
AWS_KINESISANALYTICS_API LambdaOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaOutputUpdate & WithResourceARNUpdate(const char *value)
bool ResourceARNUpdateHasBeenSet() const
const Aws::String & GetResourceARNUpdate() const
void SetRoleARNUpdate(Aws::String &&value)
void SetResourceARNUpdate(Aws::String &&value)
void SetResourceARNUpdate(const char *value)
LambdaOutputUpdate & WithResourceARNUpdate(Aws::String &&value)
void SetResourceARNUpdate(const Aws::String &value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue