7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/model/SnapshotLimits.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace DirectoryService
48 template<
typename SnapshotLimitsT = SnapshotLimits>
49 void SetSnapshotLimits(SnapshotLimitsT&& value) { m_snapshotLimitsHasBeenSet =
true; m_snapshotLimits = std::forward<SnapshotLimitsT>(value); }
50 template<
typename SnapshotLimitsT = SnapshotLimits>
57 template<
typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
59 template<
typename RequestIdT = Aws::String>
65 bool m_snapshotLimitsHasBeenSet =
false;
68 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