7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/model/AdditionalResourceType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wellarchitected/model/ChoiceContent.h>
23namespace WellArchitected
61 template<
typename ContentT = Aws::Vector<ChoiceContent>>
62 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
63 template<
typename ContentT = Aws::Vector<ChoiceContent>>
65 template<
typename ContentT = ChoiceContent>
71 bool m_typeHasBeenSet =
false;
74 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