7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
19namespace TimestreamWrite {
40 template <
typename BucketNameT = Aws::String>
42 m_bucketNameHasBeenSet =
true;
43 m_bucketName = std::forward<BucketNameT>(value);
45 template <
typename BucketNameT = Aws::String>
58 template <
typename ObjectKeyPrefixT = Aws::String>
60 m_objectKeyPrefixHasBeenSet =
true;
61 m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value);
63 template <
typename ObjectKeyPrefixT = Aws::String>
73 bool m_bucketNameHasBeenSet =
false;
74 bool m_objectKeyPrefixHasBeenSet =
false;
void SetObjectKeyPrefix(ObjectKeyPrefixT &&value)
DataSourceS3Configuration & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
const Aws::String & GetObjectKeyPrefix() const
AWS_TIMESTREAMWRITE_API DataSourceS3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
bool ObjectKeyPrefixHasBeenSet() const
DataSourceS3Configuration & WithObjectKeyPrefix(ObjectKeyPrefixT &&value)
AWS_TIMESTREAMWRITE_API DataSourceS3Configuration(Aws::Utils::Json::JsonView jsonValue)
bool BucketNameHasBeenSet() const
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMWRITE_API DataSourceS3Configuration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue