7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3files/S3Files_EXPORTS.h>
9#include <aws/s3files/model/ImportTrigger.h>
43 template <
typename PrefixT = Aws::String>
45 m_prefixHasBeenSet =
true;
46 m_prefix = std::forward<PrefixT>(value);
48 template <
typename PrefixT = Aws::String>
64 m_triggerHasBeenSet =
true;
81 m_sizeLessThanHasBeenSet =
true;
82 m_sizeLessThan = value;
94 long long m_sizeLessThan{0};
95 bool m_prefixHasBeenSet =
false;
96 bool m_triggerHasBeenSet =
false;
97 bool m_sizeLessThanHasBeenSet =
false;
bool SizeLessThanHasBeenSet() const
AWS_S3FILES_API Aws::Utils::Json::JsonValue Jsonize() const
ImportDataRule & WithPrefix(PrefixT &&value)
AWS_S3FILES_API ImportDataRule(Aws::Utils::Json::JsonView jsonValue)
ImportDataRule & WithTrigger(ImportTrigger value)
void SetSizeLessThan(long long value)
AWS_S3FILES_API ImportDataRule()=default
AWS_S3FILES_API ImportDataRule & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportDataRule & WithSizeLessThan(long long value)
bool PrefixHasBeenSet() const
long long GetSizeLessThan() const
const Aws::String & GetPrefix() const
void SetTrigger(ImportTrigger value)
void SetPrefix(PrefixT &&value)
ImportTrigger GetTrigger() const
bool TriggerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue