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/core/utils/memory/stl/AWSString.h>
53 bool m_standardsSubscriptionArnsHasBeenSet =
false;
BatchDisableStandardsRequest & WithStandardsSubscriptionArns(Aws::Vector< Aws::String > &&value)
void SetStandardsSubscriptionArns(Aws::Vector< Aws::String > &&value)
BatchDisableStandardsRequest & AddStandardsSubscriptionArns(const char *value)
const Aws::Vector< Aws::String > & GetStandardsSubscriptionArns() const
void SetStandardsSubscriptionArns(const Aws::Vector< Aws::String > &value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
AWS_SECURITYHUB_API BatchDisableStandardsRequest()
BatchDisableStandardsRequest & AddStandardsSubscriptionArns(Aws::String &&value)
BatchDisableStandardsRequest & WithStandardsSubscriptionArns(const Aws::Vector< Aws::String > &value)
BatchDisableStandardsRequest & AddStandardsSubscriptionArns(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool StandardsSubscriptionArnsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector