7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
42 template <
typename ResourceARNT = Aws::String>
44 m_resourceARNHasBeenSet =
true;
45 m_resourceARN = std::forward<ResourceARNT>(value);
47 template <
typename ResourceARNT = Aws::String>
61 template <
typename RoleARNT = Aws::String>
63 m_roleARNHasBeenSet =
true;
64 m_roleARN = std::forward<RoleARNT>(value);
66 template <
typename RoleARNT = Aws::String>
76 bool m_resourceARNHasBeenSet =
false;
77 bool m_roleARNHasBeenSet =
false;
void SetResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription()=default
bool ResourceARNHasBeenSet() const
KinesisFirehoseOutputDescription & WithResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription(Aws::Utils::Json::JsonView jsonValue)
void SetRoleARN(RoleARNT &&value)
const Aws::String & GetResourceARN() const
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseOutputDescription & WithRoleARN(RoleARNT &&value)
const Aws::String & GetRoleARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue