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;
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