7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
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>
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_KINESISANALYTICSV2_API KinesisFirehoseOutputDescription(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseOutputDescription & WithRoleARN(RoleARNT &&value)
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICSV2_API KinesisFirehoseOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceARNHasBeenSet() const
void SetResourceARN(ResourceARNT &&value)
void SetRoleARN(RoleARNT &&value)
KinesisFirehoseOutputDescription & WithResourceARN(ResourceARNT &&value)
const Aws::String & GetResourceARN() const
const Aws::String & GetRoleARN() const
AWS_KINESISANALYTICSV2_API KinesisFirehoseOutputDescription()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue