7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
47 template<
typename BucketARNT = Aws::String>
48 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
49 template<
typename BucketARNT = Aws::String>
59 template<
typename FileKeyT = Aws::String>
60 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
61 template<
typename FileKeyT = Aws::String>
73 template<
typename ReferenceRoleARNT = Aws::String>
74 void SetReferenceRoleARN(ReferenceRoleARNT&& value) { m_referenceRoleARNHasBeenSet =
true; m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value); }
75 template<
typename ReferenceRoleARNT = Aws::String>
81 bool m_bucketARNHasBeenSet =
false;
84 bool m_fileKeyHasBeenSet =
false;
87 bool m_referenceRoleARNHasBeenSet =
false;
bool FileKeyHasBeenSet() const
const Aws::String & GetFileKey() const
const Aws::String & GetBucketARN() const
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription()=default
bool ReferenceRoleARNHasBeenSet() const
S3ReferenceDataSourceDescription & WithBucketARN(BucketARNT &&value)
S3ReferenceDataSourceDescription & WithFileKey(FileKeyT &&value)
bool BucketARNHasBeenSet() const
const Aws::String & GetReferenceRoleARN() const
void SetReferenceRoleARN(ReferenceRoleARNT &&value)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ReferenceDataSourceDescription & WithReferenceRoleARN(ReferenceRoleARNT &&value)
void SetBucketARN(BucketARNT &&value)
void SetFileKey(FileKeyT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue