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