7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
47 template<
typename ResourceARNUpdateT = Aws::String>
48 void SetResourceARNUpdate(ResourceARNUpdateT&& value) { m_resourceARNUpdateHasBeenSet =
true; m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value); }
49 template<
typename ResourceARNUpdateT = Aws::String>
61 template<
typename RoleARNUpdateT = Aws::String>
62 void SetRoleARNUpdate(RoleARNUpdateT&& value) { m_roleARNUpdateHasBeenSet =
true; m_roleARNUpdate = std::forward<RoleARNUpdateT>(value); }
63 template<
typename RoleARNUpdateT = Aws::String>
69 bool m_resourceARNUpdateHasBeenSet =
false;
72 bool m_roleARNUpdateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue