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/Standard.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename StandardsT = Aws::Vector<Standard>>
43 void SetStandards(StandardsT&& value) { m_standardsHasBeenSet =
true; m_standards = std::forward<StandardsT>(value); }
44 template<
typename StandardsT = Aws::Vector<Standard>>
46 template<
typename StandardsT = Standard>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_standardsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
DescribeStandardsResult & WithStandards(StandardsT &&value)
DescribeStandardsResult & WithNextToken(NextTokenT &&value)
DescribeStandardsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API DescribeStandardsResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Standard > & GetStandards() const
void SetNextToken(NextTokenT &&value)
DescribeStandardsResult & AddStandards(StandardsT &&value)
AWS_SECURITYHUB_API DescribeStandardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetStandards(StandardsT &&value)
AWS_SECURITYHUB_API DescribeStandardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue