7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
42 template <
typename ResourceARNT = Aws::String>
44 m_resourceARNHasBeenSet =
true;
45 m_resourceARN = std::forward<ResourceARNT>(value);
47 template <
typename ResourceARNT = Aws::String>
63 template <
typename RoleARNT = Aws::String>
65 m_roleARNHasBeenSet =
true;
66 m_roleARN = std::forward<RoleARNT>(value);
68 template <
typename RoleARNT = Aws::String>
78 bool m_resourceARNHasBeenSet =
false;
79 bool m_roleARNHasBeenSet =
false;
KinesisStreamsOutputDescription & WithRoleARN(RoleARNT &&value)
const Aws::String & GetResourceARN() const
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceARNHasBeenSet() const
const Aws::String & GetRoleARN() const
void SetResourceARN(ResourceARNT &&value)
void SetRoleARN(RoleARNT &&value)
KinesisStreamsOutputDescription & WithResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputDescription()=default
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue