7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename KeyT = Aws::String>
54 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
55 template<
typename KeyT = Aws::String>
65 template<
typename ValueT = Aws::String>
66 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
67 template<
typename ValueT = Aws::String>
73 bool m_keyHasBeenSet =
false;
76 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