7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ConfigService
47 template<
typename ValuesT = Aws::Vector<Aws::String>>
48 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
49 template<
typename ValuesT = Aws::Vector<Aws::String>>
51 template<
typename ValuesT = Aws::String>
52 StaticValue&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
57 bool m_valuesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetValues() const
void SetValues(ValuesT &&value)
bool ValuesHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API StaticValue()=default
StaticValue & WithValues(ValuesT &&value)
AWS_CONFIGSERVICE_API StaticValue(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API StaticValue & operator=(Aws::Utils::Json::JsonView jsonValue)
StaticValue & AddValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue