AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
DeleteRemediationExceptionsResult.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/FailedDeleteRemediationExceptionsBatch.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ConfigService {
24namespace Model {
26 public:
27 AWS_CONFIGSERVICE_API DeleteRemediationExceptionsResult() = default;
31
33
37 inline const Aws::Vector<FailedDeleteRemediationExceptionsBatch>& GetFailedBatches() const { return m_failedBatches; }
38 template <typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
39 void SetFailedBatches(FailedBatchesT&& value) {
40 m_failedBatchesHasBeenSet = true;
41 m_failedBatches = std::forward<FailedBatchesT>(value);
42 }
43 template <typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
45 SetFailedBatches(std::forward<FailedBatchesT>(value));
46 return *this;
47 }
48 template <typename FailedBatchesT = FailedDeleteRemediationExceptionsBatch>
50 m_failedBatchesHasBeenSet = true;
51 m_failedBatches.emplace_back(std::forward<FailedBatchesT>(value));
52 return *this;
53 }
55
57
58 inline const Aws::String& GetRequestId() const { return m_requestId; }
59 template <typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) {
61 m_requestIdHasBeenSet = true;
62 m_requestId = std::forward<RequestIdT>(value);
63 }
64 template <typename RequestIdT = Aws::String>
66 SetRequestId(std::forward<RequestIdT>(value));
67 return *this;
68 }
70 private:
72
73 Aws::String m_requestId;
74 bool m_failedBatchesHasBeenSet = false;
75 bool m_requestIdHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace ConfigService
80} // namespace Aws
AWS_CONFIGSERVICE_API DeleteRemediationExceptionsResult()=default
const Aws::Vector< FailedDeleteRemediationExceptionsBatch > & GetFailedBatches() const
AWS_CONFIGSERVICE_API DeleteRemediationExceptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRemediationExceptionsResult & WithRequestId(RequestIdT &&value)
AWS_CONFIGSERVICE_API DeleteRemediationExceptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRemediationExceptionsResult & AddFailedBatches(FailedBatchesT &&value)
DeleteRemediationExceptionsResult & WithFailedBatches(FailedBatchesT &&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