7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
48 template <
typename ResourceARNUpdateT = Aws::String>
50 m_resourceARNUpdateHasBeenSet =
true;
51 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
53 template <
typename ResourceARNUpdateT = Aws::String>
68 template <
typename RoleARNUpdateT = Aws::String>
70 m_roleARNUpdateHasBeenSet =
true;
71 m_roleARNUpdate = std::forward<RoleARNUpdateT>(value);
73 template <
typename RoleARNUpdateT = Aws::String>
83 bool m_resourceARNUpdateHasBeenSet =
false;
84 bool m_roleARNUpdateHasBeenSet =
false;
AWS_KINESISANALYTICS_API LambdaOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetResourceARNUpdate(ResourceARNUpdateT &&value)
const Aws::String & GetRoleARNUpdate() const
bool RoleARNUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API LambdaOutputUpdate()=default
AWS_KINESISANALYTICS_API LambdaOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleARNUpdate(RoleARNUpdateT &&value)
bool ResourceARNUpdateHasBeenSet() const
const Aws::String & GetResourceARNUpdate() const
LambdaOutputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
LambdaOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue