7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
10#include <aws/macie2/model/GroupCount.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename CountsByGroupT = Aws::Vector<GroupCount>>
39 m_countsByGroupHasBeenSet =
true;
40 m_countsByGroup = std::forward<CountsByGroupT>(value);
42 template <
typename CountsByGroupT = Aws::Vector<GroupCount>>
47 template <
typename CountsByGroupT = GroupCount>
49 m_countsByGroupHasBeenSet =
true;
50 m_countsByGroup.emplace_back(std::forward<CountsByGroupT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_countsByGroupHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_MACIE2_API GetFindingStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFindingStatisticsResult & WithRequestId(RequestIdT &&value)
void SetCountsByGroup(CountsByGroupT &&value)
AWS_MACIE2_API GetFindingStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFindingStatisticsResult & WithCountsByGroup(CountsByGroupT &&value)
AWS_MACIE2_API GetFindingStatisticsResult()=default
GetFindingStatisticsResult & AddCountsByGroup(CountsByGroupT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< GroupCount > & GetCountsByGroup() const
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