7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/macie2/Macie2_EXPORTS.h>
11#include <aws/macie2/model/GroupCount.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename CountsByGroupT = Aws::Vector<GroupCount>>
40 m_countsByGroupHasBeenSet =
true;
41 m_countsByGroup = std::forward<CountsByGroupT>(value);
43 template <
typename CountsByGroupT = Aws::Vector<GroupCount>>
48 template <
typename CountsByGroupT = GroupCount>
50 m_countsByGroupHasBeenSet =
true;
51 m_countsByGroup.emplace_back(std::forward<CountsByGroupT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
77 bool m_countsByGroupHasBeenSet =
false;
78 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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