7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
43 template <
typename ResourceARNT = Aws::String>
45 m_resourceARNHasBeenSet =
true;
46 m_resourceARN = std::forward<ResourceARNT>(value);
48 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;
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