7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/FailedRemediationExceptionBatch.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 {
37 template <
typename FailedBatchesT = Aws::Vector<FailedRemediationExceptionBatch>>
39 m_failedBatchesHasBeenSet =
true;
40 m_failedBatches = std::forward<FailedBatchesT>(value);
42 template <
typename FailedBatchesT = Aws::Vector<FailedRemediationExceptionBatch>>
47 template <
typename FailedBatchesT = FailedRemediationExceptionBatch>
49 m_failedBatchesHasBeenSet =
true;
50 m_failedBatches.emplace_back(std::forward<FailedBatchesT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_failedBatchesHasBeenSet =
false;
74 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