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>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
63 template <
typename ProductsT = Aws::Vector<Aws::String>>
65 m_productsHasBeenSet =
true;
66 m_products = std::forward<ProductsT>(value);
68 template <
typename ProductsT = Aws::Vector<Aws::String>>
73 template <
typename ProductsT = Aws::String>
75 m_productsHasBeenSet =
true;
76 m_products.emplace_back(std::forward<ProductsT>(value));
103 template <
typename ConfigurationT = Aws::String>
105 m_configurationHasBeenSet =
true;
106 m_configuration = std::forward<ConfigurationT>(value);
108 template <
typename ConfigurationT = Aws::String>
120 bool m_nameHasBeenSet =
false;
121 bool m_productsHasBeenSet =
false;
122 bool m_configurationHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetProducts() const
void SetConfiguration(ConfigurationT &&value)
PatchSource & AddProducts(ProductsT &&value)
bool ProductsHasBeenSet() const
void SetProducts(ProductsT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
PatchSource & WithProducts(ProductsT &&value)
bool ConfigurationHasBeenSet() const
const Aws::String & GetConfiguration() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_SSM_API PatchSource()=default
AWS_SSM_API PatchSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API PatchSource(Aws::Utils::Json::JsonView jsonValue)
PatchSource & WithConfiguration(ConfigurationT &&value)
PatchSource & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue