7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/accessanalyzer/model/FindingsStatistics.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace AccessAnalyzer
43 template<
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
44 void SetFindingsStatistics(FindingsStatisticsT&& value) { m_findingsStatisticsHasBeenSet =
true; m_findingsStatistics = std::forward<FindingsStatisticsT>(value); }
45 template<
typename FindingsStatisticsT = Aws::Vector<FindingsStatistics>>
47 template<
typename FindingsStatisticsT = FindingsStatistics>
58 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
59 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
60 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_findingsStatisticsHasBeenSet =
false;
78 bool m_lastUpdatedAtHasBeenSet =
false;
81 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