7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
59 template <
typename ObjectKeyT = Aws::String>
61 m_objectKeyHasBeenSet =
true;
62 m_objectKey = std::forward<ObjectKeyT>(value);
64 template <
typename ObjectKeyT = Aws::String>
74 bool m_bucketNameHasBeenSet =
false;
75 bool m_objectKeyHasBeenSet =
false;
const Aws::String & GetBucketName() const
AWS_TIMESTREAMQUERY_API S3ReportLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API S3ReportLocation()=default
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketName(BucketNameT &&value)
bool ObjectKeyHasBeenSet() const
S3ReportLocation & WithObjectKey(ObjectKeyT &&value)
AWS_TIMESTREAMQUERY_API S3ReportLocation(Aws::Utils::Json::JsonView jsonValue)
void SetObjectKey(ObjectKeyT &&value)
S3ReportLocation & WithBucketName(BucketNameT &&value)
const Aws::String & GetObjectKey() const
bool BucketNameHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue