7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
44 template <
typename ResourceARNUpdateT = Aws::String>
46 m_resourceARNUpdateHasBeenSet =
true;
47 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
49 template <
typename ResourceARNUpdateT = Aws::String>
64 template <
typename RoleARNUpdateT = Aws::String>
66 m_roleARNUpdateHasBeenSet =
true;
67 m_roleARNUpdate = std::forward<RoleARNUpdateT>(value);
69 template <
typename RoleARNUpdateT = Aws::String>
79 bool m_resourceARNUpdateHasBeenSet =
false;
80 bool m_roleARNUpdateHasBeenSet =
false;
void SetResourceARNUpdate(ResourceARNUpdateT &&value)
AWS_KINESISANALYTICS_API KinesisStreamsOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisStreamsOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisStreamsOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
void SetRoleARNUpdate(RoleARNUpdateT &&value)
const Aws::String & GetResourceARNUpdate() const
bool ResourceARNUpdateHasBeenSet() const
const Aws::String & GetRoleARNUpdate() const
bool RoleARNUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API KinesisStreamsOutputUpdate()=default
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
KinesisStreamsOutputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue