7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
49 template<
typename RoleARNT = Aws::String>
50 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
51 template<
typename RoleARNT = Aws::String>
61 template<
typename BucketARNT = Aws::String>
62 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
63 template<
typename BucketARNT = Aws::String>
73 template<
typename FileKeyT = Aws::String>
74 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
75 template<
typename FileKeyT = Aws::String>
81 bool m_roleARNHasBeenSet =
false;
84 bool m_bucketARNHasBeenSet =
false;
87 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