7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ConfigService {
41 template <
typename ConfigSnapshotIdT = Aws::String>
43 m_configSnapshotIdHasBeenSet =
true;
44 m_configSnapshotId = std::forward<ConfigSnapshotIdT>(value);
46 template <
typename ConfigSnapshotIdT = Aws::String>
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
74 bool m_configSnapshotIdHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
AWS_CONFIGSERVICE_API DeliverConfigSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetConfigSnapshotId() const
void SetRequestId(RequestIdT &&value)
void SetConfigSnapshotId(ConfigSnapshotIdT &&value)
AWS_CONFIGSERVICE_API DeliverConfigSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeliverConfigSnapshotResult & WithConfigSnapshotId(ConfigSnapshotIdT &&value)
AWS_CONFIGSERVICE_API DeliverConfigSnapshotResult()=default
DeliverConfigSnapshotResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue