7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LookoutEquipment
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>
69 template<
typename PrefixT = Aws::String>
70 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
71 template<
typename PrefixT = Aws::String>
77 bool m_bucketHasBeenSet =
false;
80 bool m_prefixHasBeenSet =
false;
bool PrefixHasBeenSet() const
ModelDiagnosticsS3OutputConfiguration & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool BucketHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsS3OutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(PrefixT &&value)
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsS3OutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsS3OutputConfiguration()=default
ModelDiagnosticsS3OutputConfiguration & WithBucket(BucketT &&value)
const Aws::String & GetBucket() const
void SetBucket(BucketT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue