AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchDeleteAutomationRulesResult.h
1
6#pragma once
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/UnprocessedAutomationRule.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace SecurityHub
26{
27namespace Model
28{
30 {
31 public:
32 AWS_SECURITYHUB_API BatchDeleteAutomationRulesResult();
35
36
38
41 inline const Aws::Vector<Aws::String>& GetProcessedAutomationRules() const{ return m_processedAutomationRules; }
42 inline void SetProcessedAutomationRules(const Aws::Vector<Aws::String>& value) { m_processedAutomationRules = value; }
43 inline void SetProcessedAutomationRules(Aws::Vector<Aws::String>&& value) { m_processedAutomationRules = std::move(value); }
46 inline BatchDeleteAutomationRulesResult& AddProcessedAutomationRules(const Aws::String& value) { m_processedAutomationRules.push_back(value); return *this; }
47 inline BatchDeleteAutomationRulesResult& AddProcessedAutomationRules(Aws::String&& value) { m_processedAutomationRules.push_back(std::move(value)); return *this; }
48 inline BatchDeleteAutomationRulesResult& AddProcessedAutomationRules(const char* value) { m_processedAutomationRules.push_back(value); return *this; }
50
52
57 inline const Aws::Vector<UnprocessedAutomationRule>& GetUnprocessedAutomationRules() const{ return m_unprocessedAutomationRules; }
58 inline void SetUnprocessedAutomationRules(const Aws::Vector<UnprocessedAutomationRule>& value) { m_unprocessedAutomationRules = value; }
59 inline void SetUnprocessedAutomationRules(Aws::Vector<UnprocessedAutomationRule>&& value) { m_unprocessedAutomationRules = std::move(value); }
62 inline BatchDeleteAutomationRulesResult& AddUnprocessedAutomationRules(const UnprocessedAutomationRule& value) { m_unprocessedAutomationRules.push_back(value); return *this; }
63 inline BatchDeleteAutomationRulesResult& AddUnprocessedAutomationRules(UnprocessedAutomationRule&& value) { m_unprocessedAutomationRules.push_back(std::move(value)); return *this; }
65
67
68 inline const Aws::String& GetRequestId() const{ return m_requestId; }
69 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
70 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
71 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
72 inline BatchDeleteAutomationRulesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
73 inline BatchDeleteAutomationRulesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
74 inline BatchDeleteAutomationRulesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
76 private:
77
78 Aws::Vector<Aws::String> m_processedAutomationRules;
79
80 Aws::Vector<UnprocessedAutomationRule> m_unprocessedAutomationRules;
81
82 Aws::String m_requestId;
83 };
84
85} // namespace Model
86} // namespace SecurityHub
87} // namespace Aws
BatchDeleteAutomationRulesResult & AddUnprocessedAutomationRules(UnprocessedAutomationRule &&value)
AWS_SECURITYHUB_API BatchDeleteAutomationRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteAutomationRulesResult & WithProcessedAutomationRules(const Aws::Vector< Aws::String > &value)
BatchDeleteAutomationRulesResult & WithRequestId(const Aws::String &value)
AWS_SECURITYHUB_API BatchDeleteAutomationRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnprocessedAutomationRules(Aws::Vector< UnprocessedAutomationRule > &&value)
void SetUnprocessedAutomationRules(const Aws::Vector< UnprocessedAutomationRule > &value)
BatchDeleteAutomationRulesResult & WithRequestId(Aws::String &&value)
BatchDeleteAutomationRulesResult & AddProcessedAutomationRules(const char *value)
void SetProcessedAutomationRules(const Aws::Vector< Aws::String > &value)
BatchDeleteAutomationRulesResult & WithRequestId(const char *value)
BatchDeleteAutomationRulesResult & AddUnprocessedAutomationRules(const UnprocessedAutomationRule &value)
const Aws::Vector< UnprocessedAutomationRule > & GetUnprocessedAutomationRules() const
BatchDeleteAutomationRulesResult & WithUnprocessedAutomationRules(Aws::Vector< UnprocessedAutomationRule > &&value)
BatchDeleteAutomationRulesResult & AddProcessedAutomationRules(Aws::String &&value)
BatchDeleteAutomationRulesResult & WithUnprocessedAutomationRules(const Aws::Vector< UnprocessedAutomationRule > &value)
BatchDeleteAutomationRulesResult & WithProcessedAutomationRules(Aws::Vector< Aws::String > &&value)
BatchDeleteAutomationRulesResult & AddProcessedAutomationRules(const Aws::String &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