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