7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/FindingsStatistics.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace AccessAnalyzer {
38 template <
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
40 m_findingsStatisticsHasBeenSet =
true;
41 m_findingsStatistics = std::forward<FindingsStatisticsT>(value);
43 template <
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
48 template <
typename FindingsStatisticsT = FindingsStatistics>
50 m_findingsStatisticsHasBeenSet =
true;
51 m_findingsStatistics.emplace_back(std::forward<FindingsStatisticsT>(value));
63 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
65 m_lastUpdatedAtHasBeenSet =
true;
66 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
68 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_findingsStatisticsHasBeenSet =
false;
99 bool m_lastUpdatedAtHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Vector< FindingsStatistics > & GetFindingsStatistics() const
GetFindingsStatisticsResult & AddFindingsStatistics(FindingsStatisticsT &&value)
void SetFindingsStatistics(FindingsStatisticsT &&value)
GetFindingsStatisticsResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetFindingsStatisticsResult & WithRequestId(RequestIdT &&value)
AWS_ACCESSANALYZER_API GetFindingsStatisticsResult()=default
const Aws::Utils::DateTime & GetLastUpdatedAt() const
GetFindingsStatisticsResult & WithFindingsStatistics(FindingsStatisticsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ACCESSANALYZER_API GetFindingsStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ACCESSANALYZER_API GetFindingsStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetRequestId() 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