7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/StandardsSubscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
43 void SetStandardsSubscriptions(StandardsSubscriptionsT&& value) { m_standardsSubscriptionsHasBeenSet =
true; m_standardsSubscriptions = std::forward<StandardsSubscriptionsT>(value); }
44 template<
typename StandardsSubscriptionsT = Aws::Vector<StandardsSubscription>>
46 template<
typename StandardsSubscriptionsT = StandardsSubscription>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_standardsSubscriptionsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
BatchDisableStandardsResult & WithStandardsSubscriptions(StandardsSubscriptionsT &&value)
void SetStandardsSubscriptions(StandardsSubscriptionsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
BatchDisableStandardsResult & AddStandardsSubscriptions(StandardsSubscriptionsT &&value)
const Aws::Vector< StandardsSubscription > & GetStandardsSubscriptions() const
AWS_SECURITYHUB_API BatchDisableStandardsResult()=default
AWS_SECURITYHUB_API BatchDisableStandardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDisableStandardsResult & WithRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API BatchDisableStandardsResult(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