7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
54 template<
typename ResourceARNT = Aws::String>
55 void SetResourceARN(ResourceARNT&& value) { m_resourceARNHasBeenSet =
true; m_resourceARN = std::forward<ResourceARNT>(value); }
56 template<
typename ResourceARNT = Aws::String>
68 template<
typename RoleARNT = Aws::String>
69 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
70 template<
typename RoleARNT = Aws::String>
76 bool m_resourceARNHasBeenSet =
false;
79 bool m_roleARNHasBeenSet =
false;
const Aws::String & GetResourceARN() const
bool ResourceARNHasBeenSet() const
void SetResourceARN(ResourceARNT &&value)
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleARN(RoleARNT &&value)
LambdaOutput & WithRoleARN(RoleARNT &&value)
LambdaOutput & WithResourceARN(ResourceARNT &&value)
const Aws::String & GetRoleARN() const
AWS_KINESISANALYTICS_API LambdaOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API LambdaOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API LambdaOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue