7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/StandardsSubscriptionRequest.h>
52 bool m_standardsSubscriptionRequestsHasBeenSet =
false;
BatchEnableStandardsRequest & WithStandardsSubscriptionRequests(const Aws::Vector< StandardsSubscriptionRequest > &value)
BatchEnableStandardsRequest & WithStandardsSubscriptionRequests(Aws::Vector< StandardsSubscriptionRequest > &&value)
bool StandardsSubscriptionRequestsHasBeenSet() const
BatchEnableStandardsRequest & AddStandardsSubscriptionRequests(const StandardsSubscriptionRequest &value)
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API BatchEnableStandardsRequest()
const Aws::Vector< StandardsSubscriptionRequest > & GetStandardsSubscriptionRequests() const
BatchEnableStandardsRequest & AddStandardsSubscriptionRequests(StandardsSubscriptionRequest &&value)
void SetStandardsSubscriptionRequests(Aws::Vector< StandardsSubscriptionRequest > &&value)
void SetStandardsSubscriptionRequests(const Aws::Vector< StandardsSubscriptionRequest > &value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector