7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrass/model/Core.h>
47 template<
typename CoresT = Aws::Vector<Core>>
48 void SetCores(CoresT&& value) { m_coresHasBeenSet =
true; m_cores = std::forward<CoresT>(value); }
49 template<
typename CoresT = Aws::Vector<Core>>
51 template<
typename CoresT = Core>
57 bool m_coresHasBeenSet =
false;
AWS_GREENGRASS_API CoreDefinitionVersion()=default
AWS_GREENGRASS_API CoreDefinitionVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CoresHasBeenSet() const
CoreDefinitionVersion & AddCores(CoresT &&value)
const Aws::Vector< Core > & GetCores() const
AWS_GREENGRASS_API CoreDefinitionVersion(Aws::Utils::Json::JsonView jsonValue)
CoreDefinitionVersion & WithCores(CoresT &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCores(CoresT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue