7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
47 template<
typename BucketNameT = Aws::String>
49 template<
typename BucketNameT = Aws::String>
59 template<
typename ObjectKeyT = Aws::String>
60 void SetObjectKey(
ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
61 template<
typename ObjectKeyT = Aws::String>
67 bool m_bucketNameHasBeenSet =
false;
70 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