7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
10#include <aws/ds/model/SnapshotLimits.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DirectoryService {
43 template <
typename SnapshotLimitsT = SnapshotLimits>
45 m_snapshotLimitsHasBeenSet =
true;
46 m_snapshotLimits = std::forward<SnapshotLimitsT>(value);
48 template <
typename SnapshotLimitsT = SnapshotLimits>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_snapshotLimitsHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_DIRECTORYSERVICE_API GetSnapshotLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSnapshotLimits(SnapshotLimitsT &&value)
AWS_DIRECTORYSERVICE_API GetSnapshotLimitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetSnapshotLimitsResult & WithRequestId(RequestIdT &&value)
GetSnapshotLimitsResult & WithSnapshotLimits(SnapshotLimitsT &&value)
AWS_DIRECTORYSERVICE_API GetSnapshotLimitsResult()=default
const SnapshotLimits & GetSnapshotLimits() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue