7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/GroupByResult.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename GroupByResultsT = Aws::Vector<GroupByResult>>
44 void SetGroupByResults(GroupByResultsT&& value) { m_groupByResultsHasBeenSet =
true; m_groupByResults = std::forward<GroupByResultsT>(value); }
45 template<
typename GroupByResultsT = Aws::Vector<GroupByResult>>
47 template<
typename GroupByResultsT = GroupByResult>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_groupByResultsHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
AWS_SECURITYHUB_API GetResourcesStatisticsV2Result()=default
const Aws::Vector< GroupByResult > & GetGroupByResults() const
GetResourcesStatisticsV2Result & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API GetResourcesStatisticsV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYHUB_API GetResourcesStatisticsV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetResourcesStatisticsV2Result & WithGroupByResults(GroupByResultsT &&value)
void SetGroupByResults(GroupByResultsT &&value)
const Aws::String & GetRequestId() const
GetResourcesStatisticsV2Result & AddGroupByResults(GroupByResultsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue