7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ds/DirectoryService_EXPORTS.h>
9#include <aws/ds/model/SnapshotLimits.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace DirectoryService {
42 template <
typename SnapshotLimitsT = SnapshotLimits>
44 m_snapshotLimitsHasBeenSet =
true;
45 m_snapshotLimits = std::forward<SnapshotLimitsT>(value);
47 template <
typename SnapshotLimitsT = SnapshotLimits>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_snapshotLimitsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_DIRECTORYSERVICE_API GetSnapshotLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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