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 ObjectKeyT = Aws::String>
60 m_objectKeyHasBeenSet =
true;
61 m_objectKey = std::forward<ObjectKeyT>(value);
63 template <
typename ObjectKeyT = Aws::String>
73 bool m_bucketNameHasBeenSet =
false;
74 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