7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/FindingsStatistics.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace AccessAnalyzer {
37 template <
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
39 m_findingsStatisticsHasBeenSet =
true;
40 m_findingsStatistics = std::forward<FindingsStatisticsT>(value);
42 template <
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
47 template <
typename FindingsStatisticsT = FindingsStatistics>
49 m_findingsStatisticsHasBeenSet =
true;
50 m_findingsStatistics.emplace_back(std::forward<FindingsStatisticsT>(value));
62 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
64 m_lastUpdatedAtHasBeenSet =
true;
65 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
67 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_findingsStatisticsHasBeenSet =
false;
95 bool m_lastUpdatedAtHasBeenSet =
false;
96 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_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