7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
48 template<
typename ResourceARNT = Aws::String>
49 void SetResourceARN(ResourceARNT&& value) { m_resourceARNHasBeenSet =
true; m_resourceARN = std::forward<ResourceARNT>(value); }
50 template<
typename ResourceARNT = Aws::String>
61 template<
typename RoleARNT = Aws::String>
62 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
63 template<
typename RoleARNT = Aws::String>
69 bool m_resourceARNHasBeenSet =
false;
72 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