7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector/Inspector_EXPORTS.h>
10#include <aws/inspector/model/Attribute.h>
11#include <aws/inspector/model/Scope.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename TitleT = Aws::String>
64 m_titleHasBeenSet =
true;
65 m_title = std::forward<TitleT>(value);
67 template <
typename TitleT = Aws::String>
69 SetTitle(std::forward<TitleT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename RecommendationT = Aws::String>
100 m_recommendationHasBeenSet =
true;
101 m_recommendation = std::forward<RecommendationT>(value);
103 template <
typename RecommendationT = Aws::String>
116 template <
typename ScopesT = Aws::Vector<Scope>>
118 m_scopesHasBeenSet =
true;
119 m_scopes = std::forward<ScopesT>(value);
121 template <
typename ScopesT = Aws::Vector<Scope>>
126 template <
typename ScopesT = Scope>
128 m_scopesHasBeenSet =
true;
129 m_scopes.emplace_back(std::forward<ScopesT>(value));
140 template <
typename AttributesT = Aws::Vector<Attribute>>
142 m_attributesHasBeenSet =
true;
143 m_attributes = std::forward<AttributesT>(value);
145 template <
typename AttributesT = Aws::Vector<Attribute>>
150 template <
typename AttributesT = Attribute>
152 m_attributesHasBeenSet =
true;
153 m_attributes.emplace_back(std::forward<AttributesT>(value));
169 bool m_arnHasBeenSet =
false;
170 bool m_titleHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
172 bool m_recommendationHasBeenSet =
false;
173 bool m_scopesHasBeenSet =
false;
174 bool m_attributesHasBeenSet =
false;
void SetTitle(TitleT &&value)
void SetDescription(DescriptionT &&value)
Exclusion & AddScopes(ScopesT &&value)
const Aws::Vector< Scope > & GetScopes() const
void SetRecommendation(RecommendationT &&value)
Exclusion & WithArn(ArnT &&value)
Exclusion & WithRecommendation(RecommendationT &&value)
Exclusion & WithAttributes(AttributesT &&value)
Exclusion & WithTitle(TitleT &&value)
const Aws::String & GetDescription() const
Exclusion & WithDescription(DescriptionT &&value)
bool ScopesHasBeenSet() const
AWS_INSPECTOR_API Exclusion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
Exclusion & AddAttributes(AttributesT &&value)
const Aws::String & GetRecommendation() const
Exclusion & WithScopes(ScopesT &&value)
const Aws::String & GetArn() const
AWS_INSPECTOR_API Exclusion()=default
bool RecommendationHasBeenSet() const
void SetAttributes(AttributesT &&value)
const Aws::Vector< Attribute > & GetAttributes() const
AWS_INSPECTOR_API Exclusion(Aws::Utils::Json::JsonView jsonValue)
void SetScopes(ScopesT &&value)
bool AttributesHasBeenSet() const
bool DescriptionHasBeenSet() const
bool TitleHasBeenSet() const
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTitle() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue