7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
43 template <
typename RoleARNT = Aws::String>
45 m_roleARNHasBeenSet =
true;
46 m_roleARN = std::forward<RoleARNT>(value);
48 template <
typename RoleARNT = Aws::String>
61 template <
typename BucketARNT = Aws::String>
63 m_bucketARNHasBeenSet =
true;
64 m_bucketARN = std::forward<BucketARNT>(value);
66 template <
typename BucketARNT = Aws::String>
79 template <
typename FileKeyT = Aws::String>
81 m_fileKeyHasBeenSet =
true;
82 m_fileKey = std::forward<FileKeyT>(value);
84 template <
typename FileKeyT = Aws::String>
92 bool m_roleARNHasBeenSet =
false;
95 bool m_bucketARNHasBeenSet =
false;
98 bool m_fileKeyHasBeenSet =
false;
void SetFileKey(FileKeyT &&value)
S3Configuration & WithRoleARN(RoleARNT &&value)
bool FileKeyHasBeenSet() const
void SetRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API S3Configuration()=default
bool BucketARNHasBeenSet() const
const Aws::String & GetBucketARN() const
const Aws::String & GetFileKey() const
AWS_KINESISANALYTICS_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
bool RoleARNHasBeenSet() const
const Aws::String & GetRoleARN() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Configuration & WithBucketARN(BucketARNT &&value)
S3Configuration & WithFileKey(FileKeyT &&value)
void SetBucketARN(BucketARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue