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;
36 template <
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
38 m_standardsSubscriptionsHasBeenSet =
true;
39 m_standardsSubscriptions = std::forward<StandardsSubscriptionsT>(value);
41 template <
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
46 template <
typename StandardsSubscriptionsT = StandardsSubscription>
48 m_standardsSubscriptionsHasBeenSet =
true;
49 m_standardsSubscriptions.emplace_back(std::forward<StandardsSubscriptionsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_standardsSubscriptionsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
BatchEnableStandardsResult & WithStandardsSubscriptions(StandardsSubscriptionsT &&value)
BatchEnableStandardsResult & AddStandardsSubscriptions(StandardsSubscriptionsT &&value)
AWS_SECURITYHUB_API BatchEnableStandardsResult()=default
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API BatchEnableStandardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchEnableStandardsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API BatchEnableStandardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< StandardsSubscription > & GetStandardsSubscriptions() const
void SetStandardsSubscriptions(StandardsSubscriptionsT &&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