7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
42 template <
typename BucketARNT = Aws::String>
44 m_bucketARNHasBeenSet =
true;
45 m_bucketARN = std::forward<BucketARNT>(value);
47 template <
typename BucketARNT = Aws::String>
60 template <
typename FileKeyT = Aws::String>
62 m_fileKeyHasBeenSet =
true;
63 m_fileKey = std::forward<FileKeyT>(value);
65 template <
typename FileKeyT = Aws::String>
82 template <
typename ReferenceRoleARNT = Aws::String>
84 m_referenceRoleARNHasBeenSet =
true;
85 m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value);
87 template <
typename ReferenceRoleARNT = Aws::String>
99 bool m_bucketARNHasBeenSet =
false;
100 bool m_fileKeyHasBeenSet =
false;
101 bool m_referenceRoleARNHasBeenSet =
false;
void SetReferenceRoleARN(ReferenceRoleARNT &&value)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFileKey() const
const Aws::String & GetBucketARN() const
S3ReferenceDataSourceDescription & WithBucketARN(BucketARNT &&value)
S3ReferenceDataSourceDescription & WithReferenceRoleARN(ReferenceRoleARNT &&value)
bool BucketARNHasBeenSet() const
bool FileKeyHasBeenSet() const
void SetFileKey(FileKeyT &&value)
void SetBucketARN(BucketARNT &&value)
const Aws::String & GetReferenceRoleARN() const
S3ReferenceDataSourceDescription & WithFileKey(FileKeyT &&value)
bool ReferenceRoleARNHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription()=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