7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/AdditionalResourceType.h>
10#include <aws/wellarchitected/model/ChoiceContent.h>
21namespace WellArchitected {
45 m_typeHasBeenSet =
true;
61 template <
typename ContentT = Aws::Vector<ChoiceContent>>
63 m_contentHasBeenSet =
true;
64 m_content = std::forward<ContentT>(value);
66 template <
typename ContentT = Aws::Vector<ChoiceContent>>
71 template <
typename ContentT = ChoiceContent>
73 m_contentHasBeenSet =
true;
74 m_content.emplace_back(std::forward<ContentT>(value));
82 bool m_typeHasBeenSet =
false;
83 bool m_contentHasBeenSet =
false;
void SetContent(ContentT &&value)
void SetType(AdditionalResourceType value)
bool ContentHasBeenSet() const
AWS_WELLARCHITECTED_API AdditionalResources()=default
AdditionalResources & WithType(AdditionalResourceType value)
AdditionalResourceType GetType() const
AdditionalResources & AddContent(ContentT &&value)
bool TypeHasBeenSet() const
AdditionalResources & WithContent(ContentT &&value)
AWS_WELLARCHITECTED_API AdditionalResources(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ChoiceContent > & GetContent() const
AWS_WELLARCHITECTED_API AdditionalResources & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue