7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamWrite
46 template<
typename BucketNameT = Aws::String>
47 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
48 template<
typename BucketNameT = Aws::String>
58 template<
typename ObjectKeyT = Aws::String>
59 void SetObjectKey(ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
60 template<
typename ObjectKeyT = Aws::String>
66 bool m_bucketNameHasBeenSet =
false;
69 bool m_objectKeyHasBeenSet =
false;
bool ObjectKeyHasBeenSet() const
AWS_TIMESTREAMWRITE_API DataModelS3Configuration()=default
bool BucketNameHasBeenSet() const
AWS_TIMESTREAMWRITE_API DataModelS3Configuration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API DataModelS3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
DataModelS3Configuration & WithBucketName(BucketNameT &&value)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketName(BucketNameT &&value)
DataModelS3Configuration & WithObjectKey(ObjectKeyT &&value)
const Aws::String & GetObjectKey() const
void SetObjectKey(ObjectKeyT &&value)
const Aws::String & GetBucketName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue