7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/KeyValue.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename StringEqualsT = Aws::Vector<KeyValue>>
45 m_stringEqualsHasBeenSet =
true;
46 m_stringEquals = std::forward<StringEqualsT>(value);
48 template <
typename StringEqualsT = Aws::Vector<KeyValue>>
53 template <
typename StringEqualsT = KeyValue>
55 m_stringEqualsHasBeenSet =
true;
56 m_stringEquals.emplace_back(std::forward<StringEqualsT>(value));
68 template <
typename StringNotEqualsT = Aws::Vector<KeyValue>>
70 m_stringNotEqualsHasBeenSet =
true;
71 m_stringNotEquals = std::forward<StringNotEqualsT>(value);
73 template <
typename StringNotEqualsT = Aws::Vector<KeyValue>>
78 template <
typename StringNotEqualsT = KeyValue>
80 m_stringNotEqualsHasBeenSet =
true;
81 m_stringNotEquals.emplace_back(std::forward<StringNotEqualsT>(value));
89 bool m_stringEqualsHasBeenSet =
false;
90 bool m_stringNotEqualsHasBeenSet =
false;
void SetStringEquals(StringEqualsT &&value)
ProtectedResourceConditions & AddStringNotEquals(StringNotEqualsT &&value)
bool StringNotEqualsHasBeenSet() const
AWS_BACKUP_API ProtectedResourceConditions(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API ProtectedResourceConditions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStringNotEquals(StringNotEqualsT &&value)
ProtectedResourceConditions & WithStringEquals(StringEqualsT &&value)
bool StringEqualsHasBeenSet() const
AWS_BACKUP_API ProtectedResourceConditions()=default
const Aws::Vector< KeyValue > & GetStringEquals() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectedResourceConditions & WithStringNotEquals(StringNotEqualsT &&value)
ProtectedResourceConditions & AddStringEquals(StringEqualsT &&value)
const Aws::Vector< KeyValue > & GetStringNotEquals() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue