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