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/StandardsControl.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ControlsT = Aws::Vector<StandardsControl>>
38 m_controlsHasBeenSet =
true;
39 m_controls = std::forward<ControlsT>(value);
41 template <
typename ControlsT = Aws::Vector<StandardsControl>>
46 template <
typename ControlsT = StandardsControl>
48 m_controlsHasBeenSet =
true;
49 m_controls.emplace_back(std::forward<ControlsT>(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_controlsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
DescribeStandardsControlsResult & WithRequestId(RequestIdT &&value)
void SetControls(ControlsT &&value)
AWS_SECURITYHUB_API DescribeStandardsControlsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStandardsControlsResult & WithNextToken(NextTokenT &&value)
AWS_SECURITYHUB_API DescribeStandardsControlsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStandardsControlsResult & WithControls(ControlsT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< StandardsControl > & GetControls() const
AWS_SECURITYHUB_API DescribeStandardsControlsResult()=default
const Aws::String & GetRequestId() const
DescribeStandardsControlsResult & AddControls(ControlsT &&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