7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/config/model/FailedDeleteRemediationExceptionsBatch.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConfigService
43 template<
typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
44 void SetFailedBatches(FailedBatchesT&& value) { m_failedBatchesHasBeenSet =
true; m_failedBatches = std::forward<FailedBatchesT>(value); }
45 template<
typename FailedBatchesT = Aws::Vector<FailedDeleteRemediationExceptionsBatch>>
47 template<
typename FailedBatchesT = FailedDeleteRemediationExceptionsBatch>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_failedBatchesHasBeenSet =
false;
65 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