7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
50 template<
typename ResourceARNUpdateT = Aws::String>
51 void SetResourceARNUpdate(ResourceARNUpdateT&& value) { m_resourceARNUpdateHasBeenSet =
true; m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value); }
52 template<
typename ResourceARNUpdateT = Aws::String>
64 template<
typename RoleARNUpdateT = Aws::String>
65 void SetRoleARNUpdate(RoleARNUpdateT&& value) { m_roleARNUpdateHasBeenSet =
true; m_roleARNUpdate = std::forward<RoleARNUpdateT>(value); }
66 template<
typename RoleARNUpdateT = Aws::String>
72 bool m_resourceARNUpdateHasBeenSet =
false;
75 bool m_roleARNUpdateHasBeenSet =
false;
bool RoleARNUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API KinesisFirehoseOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisFirehoseOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
const Aws::String & GetRoleARNUpdate() const
bool ResourceARNUpdateHasBeenSet() const
const Aws::String & GetResourceARNUpdate() const
void SetResourceARNUpdate(ResourceARNUpdateT &&value)
KinesisFirehoseOutputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseOutputUpdate()=default
void SetRoleARNUpdate(RoleARNUpdateT &&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