7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
47 template <
typename KeyT = Aws::String>
49 m_keyHasBeenSet =
true;
50 m_key = std::forward<KeyT>(value);
52 template <
typename KeyT = Aws::String>
54 SetKey(std::forward<KeyT>(value));
65 template <
typename ValueT = Aws::String>
67 m_valueHasBeenSet =
true;
68 m_value = std::forward<ValueT>(value);
70 template <
typename ValueT = Aws::String>
72 SetValue(std::forward<ValueT>(value));
80 bool m_keyHasBeenSet =
false;
81 bool m_valueHasBeenSet =
false;
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
VisibilityConditions & WithValue(ValueT &&value)
const Aws::String & GetValue() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(KeyT &&value)
VisibilityConditions & WithKey(KeyT &&value)
AWS_SAGEMAKER_API VisibilityConditions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
AWS_SAGEMAKER_API VisibilityConditions()=default
const Aws::String & GetKey() const
AWS_SAGEMAKER_API VisibilityConditions(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue