7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/network-firewall/model/IdentifiedType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace NetworkFirewall
58 template<
typename IdentifiedRuleIdsT = Aws::Vector<Aws::String>>
59 void SetIdentifiedRuleIds(IdentifiedRuleIdsT&& value) { m_identifiedRuleIdsHasBeenSet =
true; m_identifiedRuleIds = std::forward<IdentifiedRuleIdsT>(value); }
60 template<
typename IdentifiedRuleIdsT = Aws::Vector<Aws::String>>
62 template<
typename IdentifiedRuleIdsT = Aws::String>
63 AnalysisResult&
AddIdentifiedRuleIds(IdentifiedRuleIdsT&& value) { m_identifiedRuleIdsHasBeenSet =
true; m_identifiedRuleIds.emplace_back(std::forward<IdentifiedRuleIdsT>(value));
return *
this; }
101 template<
typename AnalysisDetailT = Aws::String>
102 void SetAnalysisDetail(AnalysisDetailT&& value) { m_analysisDetailHasBeenSet =
true; m_analysisDetail = std::forward<AnalysisDetailT>(value); }
103 template<
typename AnalysisDetailT = Aws::String>
109 bool m_identifiedRuleIdsHasBeenSet =
false;
112 bool m_identifiedTypeHasBeenSet =
false;
115 bool m_analysisDetailHasBeenSet =
false;
bool IdentifiedTypeHasBeenSet() const
bool IdentifiedRuleIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetIdentifiedRuleIds() const
void SetAnalysisDetail(AnalysisDetailT &&value)
AWS_NETWORKFIREWALL_API AnalysisResult & operator=(Aws::Utils::Json::JsonView jsonValue)
IdentifiedType GetIdentifiedType() const
AnalysisResult & WithAnalysisDetail(AnalysisDetailT &&value)
AWS_NETWORKFIREWALL_API AnalysisResult()=default
AWS_NETWORKFIREWALL_API AnalysisResult(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifiedRuleIds(IdentifiedRuleIdsT &&value)
AnalysisResult & WithIdentifiedRuleIds(IdentifiedRuleIdsT &&value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
bool AnalysisDetailHasBeenSet() const
AnalysisResult & WithIdentifiedType(IdentifiedType value)
AnalysisResult & AddIdentifiedRuleIds(IdentifiedRuleIdsT &&value)
const Aws::String & GetAnalysisDetail() const
void SetIdentifiedType(IdentifiedType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue