7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BucketT = Aws::String>
49 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
50 template<
typename BucketT = Aws::String>
66 template<
typename PrefixT = Aws::String>
67 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
68 template<
typename PrefixT = Aws::String>
74 bool m_bucketHasBeenSet =
false;
77 bool m_prefixHasBeenSet =
false;
bool BucketHasBeenSet() const
const Aws::String & GetBucket() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(BucketT &&value)
AWS_IOTSITEWISE_API ErrorReportLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API ErrorReportLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
ErrorReportLocation & WithPrefix(PrefixT &&value)
void SetPrefix(PrefixT &&value)
AWS_IOTSITEWISE_API ErrorReportLocation()=default
const Aws::String & GetPrefix() const
bool PrefixHasBeenSet() const
ErrorReportLocation & WithBucket(BucketT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue