7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
41 template <
typename ResourceARNT = Aws::String>
43 m_resourceARNHasBeenSet =
true;
44 m_resourceARN = std::forward<ResourceARNT>(value);
46 template <
typename ResourceARNT = Aws::String>
60 template <
typename RoleARNT = Aws::String>
62 m_roleARNHasBeenSet =
true;
63 m_roleARN = std::forward<RoleARNT>(value);
65 template <
typename RoleARNT = Aws::String>
75 bool m_resourceARNHasBeenSet =
false;
76 bool m_roleARNHasBeenSet =
false;
bool RoleARNHasBeenSet() const
void SetRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API LambdaOutputDescription()=default
void SetResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICS_API LambdaOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleARN() const
bool ResourceARNHasBeenSet() const
AWS_KINESISANALYTICS_API LambdaOutputDescription(Aws::Utils::Json::JsonView jsonValue)
LambdaOutputDescription & WithRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaOutputDescription & WithResourceARN(ResourceARNT &&value)
const Aws::String & GetResourceARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue