7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/AttachmentsSourceKey.h>
46 m_keyHasBeenSet =
true;
76 template <
typename ValuesT = Aws::Vector<Aws::String>>
78 m_valuesHasBeenSet =
true;
79 m_values = std::forward<ValuesT>(value);
81 template <
typename ValuesT = Aws::Vector<Aws::String>>
86 template <
typename ValuesT = Aws::String>
88 m_valuesHasBeenSet =
true;
89 m_values.emplace_back(std::forward<ValuesT>(value));
100 template <
typename NameT = Aws::String>
102 m_nameHasBeenSet =
true;
103 m_name = std::forward<NameT>(value);
105 template <
typename NameT = Aws::String>
107 SetName(std::forward<NameT>(value));
117 bool m_keyHasBeenSet =
false;
118 bool m_valuesHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool KeyHasBeenSet() const
AttachmentsSource & WithName(NameT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValuesHasBeenSet() const
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetValues() const
AttachmentsSource & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AttachmentsSource & WithValues(ValuesT &&value)
AWS_SSM_API AttachmentsSource()=default
AWS_SSM_API AttachmentsSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AttachmentsSource & WithKey(AttachmentsSourceKey value)
AttachmentsSourceKey GetKey() const
void SetKey(AttachmentsSourceKey value)
AWS_SSM_API AttachmentsSource(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue