7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
19namespace LookoutEquipment {
42 template <
typename BucketT = Aws::String>
44 m_bucketHasBeenSet =
true;
45 m_bucket = std::forward<BucketT>(value);
47 template <
typename BucketT = Aws::String>
61 template <
typename PrefixT = Aws::String>
63 m_prefixHasBeenSet =
true;
64 m_prefix = std::forward<PrefixT>(value);
66 template <
typename PrefixT = Aws::String>
85 template <
typename KeyPatternT = Aws::String>
87 m_keyPatternHasBeenSet =
true;
88 m_keyPattern = std::forward<KeyPatternT>(value);
90 template <
typename KeyPatternT = Aws::String>
98 bool m_bucketHasBeenSet =
false;
101 bool m_prefixHasBeenSet =
false;
104 bool m_keyPatternHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue