7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
54 template<
typename ResourceARNUpdateT = Aws::String>
55 void SetResourceARNUpdate(ResourceARNUpdateT&& value) { m_resourceARNUpdateHasBeenSet =
true; m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value); }
56 template<
typename ResourceARNUpdateT = Aws::String>
62 bool m_resourceARNUpdateHasBeenSet =
false;
const Aws::String & GetResourceARNUpdate() const
AWS_KINESISANALYTICSV2_API LambdaOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API LambdaOutputUpdate()=default
LambdaOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
AWS_KINESISANALYTICSV2_API LambdaOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceARNUpdate(ResourceARNUpdateT &&value)
bool ResourceARNUpdateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue