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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ConfigService {
38 template <
typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
40 m_failedBatchesHasBeenSet =
true;
41 m_failedBatches = std::forward<FailedBatchesT>(value);
43 template <
typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
48 template <
typename FailedBatchesT = FailedDeleteRemediationExceptionsBatch>
50 m_failedBatchesHasBeenSet =
true;
51 m_failedBatches.emplace_back(std::forward<FailedBatchesT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
74 bool m_failedBatchesHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue