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/ConfigurationItem.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConfigService
48 template<
typename ConfigurationItemsT = Aws::Vector<ConfigurationItem>>
49 void SetConfigurationItems(ConfigurationItemsT&& value) { m_configurationItemsHasBeenSet =
true; m_configurationItems = std::forward<ConfigurationItemsT>(value); }
50 template<
typename ConfigurationItemsT = Aws::Vector<ConfigurationItem>>
52 template<
typename ConfigurationItemsT = ConfigurationItem>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_configurationItemsHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
GetResourceConfigHistoryResult & WithConfigurationItems(ConfigurationItemsT &&value)
const Aws::String & GetRequestId() const
AWS_CONFIGSERVICE_API GetResourceConfigHistoryResult()=default
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetConfigurationItems(ConfigurationItemsT &&value)
void SetRequestId(RequestIdT &&value)
GetResourceConfigHistoryResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< ConfigurationItem > & GetConfigurationItems() const
AWS_CONFIGSERVICE_API GetResourceConfigHistoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetResourceConfigHistoryResult & AddConfigurationItems(ConfigurationItemsT &&value)
GetResourceConfigHistoryResult & WithNextToken(NextTokenT &&value)
AWS_CONFIGSERVICE_API GetResourceConfigHistoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue