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