7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/ServiceName.h>
43 template <
typename ServiceNamesT = Aws::Vector<ServiceName>>
45 m_serviceNamesHasBeenSet =
true;
46 m_serviceNames = std::forward<ServiceNamesT>(value);
48 template <
typename ServiceNamesT = Aws::Vector<ServiceName>>
54 m_serviceNamesHasBeenSet =
true;
55 m_serviceNames.push_back(value);
61 bool m_serviceNamesHasBeenSet =
false;
const Aws::Vector< ServiceName > & GetServiceNames() const
ServiceCollection & WithServiceNames(ServiceNamesT &&value)
AWS_DEVOPSGURU_API ServiceCollection()=default
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceNames(ServiceNamesT &&value)
bool ServiceNamesHasBeenSet() const
AWS_DEVOPSGURU_API ServiceCollection(Aws::Utils::Json::JsonView jsonValue)
ServiceCollection & AddServiceNames(ServiceName value)
AWS_DEVOPSGURU_API ServiceCollection & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue