7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/Standard.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename StandardsT = Aws::Vector<Standard>>
38 m_standardsHasBeenSet =
true;
39 m_standards = std::forward<StandardsT>(value);
41 template <
typename StandardsT = Aws::Vector<Standard>>
46 template <
typename StandardsT = Standard>
48 m_standardsHasBeenSet =
true;
49 m_standards.emplace_back(std::forward<StandardsT>(value));
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_standardsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
93 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