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/StandardsSubscription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
39 m_standardsSubscriptionsHasBeenSet =
true;
40 m_standardsSubscriptions = std::forward<StandardsSubscriptionsT>(value);
42 template <
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
47 template <
typename StandardsSubscriptionsT = StandardsSubscription>
49 m_standardsSubscriptionsHasBeenSet =
true;
50 m_standardsSubscriptions.emplace_back(std::forward<StandardsSubscriptionsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_standardsSubscriptionsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
GetEnabledStandardsResult & WithStandardsSubscriptions(StandardsSubscriptionsT &&value)
const Aws::Vector< StandardsSubscription > & GetStandardsSubscriptions() const
void SetNextToken(NextTokenT &&value)
GetEnabledStandardsResult & WithNextToken(NextTokenT &&value)
AWS_SECURITYHUB_API GetEnabledStandardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStandardsSubscriptions(StandardsSubscriptionsT &&value)
AWS_SECURITYHUB_API GetEnabledStandardsResult()=default
GetEnabledStandardsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
GetEnabledStandardsResult & AddStandardsSubscriptions(StandardsSubscriptionsT &&value)
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API GetEnabledStandardsResult(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