7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
41 template <
typename BucketARNT = Aws::String>
43 m_bucketARNHasBeenSet =
true;
44 m_bucketARN = std::forward<BucketARNT>(value);
46 template <
typename BucketARNT = Aws::String>
59 template <
typename FileKeyT = Aws::String>
61 m_fileKeyHasBeenSet =
true;
62 m_fileKey = std::forward<FileKeyT>(value);
64 template <
typename FileKeyT = Aws::String>
79 template <
typename ReferenceRoleARNT = Aws::String>
81 m_referenceRoleARNHasBeenSet =
true;
82 m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value);
84 template <
typename ReferenceRoleARNT = Aws::String>
96 bool m_bucketARNHasBeenSet =
false;
97 bool m_fileKeyHasBeenSet =
false;
98 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