AWS SDK for C++
1.8.154
AWS SDK for C++
aws-cpp-sdk-ds
include
aws
ds
model
GetSnapshotLimitsResult.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/ds/DirectoryService_EXPORTS.h
>
8
#include <
aws/ds/model/SnapshotLimits.h
>
9
#include <utility>
10
11
namespace
Aws
12
{
13
template
<
typename
RESULT_TYPE>
14
class
AmazonWebServiceResult;
15
16
namespace
Utils
17
{
18
namespace
Json
19
{
20
class
JsonValue;
21
}
// namespace Json
22
}
// namespace Utils
23
namespace
DirectoryService
24
{
25
namespace
Model
26
{
33
class
AWS_DIRECTORYSERVICE_API
GetSnapshotLimitsResult
34
{
35
public
:
36
GetSnapshotLimitsResult
();
37
GetSnapshotLimitsResult
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
38
GetSnapshotLimitsResult
&
operator=
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
39
40
45
inline
const
SnapshotLimits
&
GetSnapshotLimits
()
const
{
return
m_snapshotLimits; }
46
51
inline
void
SetSnapshotLimits
(
const
SnapshotLimits
& value) { m_snapshotLimits = value; }
52
57
inline
void
SetSnapshotLimits
(
SnapshotLimits
&& value) { m_snapshotLimits = std::move(value); }
58
63
inline
GetSnapshotLimitsResult
&
WithSnapshotLimits
(
const
SnapshotLimits
& value) { SetSnapshotLimits(value);
return
*
this
;}
64
69
inline
GetSnapshotLimitsResult
&
WithSnapshotLimits
(
SnapshotLimits
&& value) { SetSnapshotLimits(std::move(value));
return
*
this
;}
70
71
private
:
72
73
SnapshotLimits
m_snapshotLimits;
74
};
75
76
}
// namespace Model
77
}
// namespace DirectoryService
78
}
// namespace Aws
Aws::AmazonWebServiceResult
Definition:
AmazonWebServiceResult.h:19
Aws::DirectoryService::Model::GetSnapshotLimitsResult::SetSnapshotLimits
void SetSnapshotLimits(SnapshotLimits &&value)
Definition:
GetSnapshotLimitsResult.h:57
Aws::DirectoryService::Model::GetSnapshotLimitsResult::operator=
GetSnapshotLimitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DIRECTORYSERVICE_API
#define AWS_DIRECTORYSERVICE_API
Definition:
DirectoryService_EXPORTS.h:28
Aws::DirectoryService::Model::GetSnapshotLimitsResult::WithSnapshotLimits
GetSnapshotLimitsResult & WithSnapshotLimits(const SnapshotLimits &value)
Definition:
GetSnapshotLimitsResult.h:63
Aws::DirectoryService::Model::GetSnapshotLimitsResult::SetSnapshotLimits
void SetSnapshotLimits(const SnapshotLimits &value)
Definition:
GetSnapshotLimitsResult.h:51
Aws::DirectoryService::Model::SnapshotLimits
Definition:
SnapshotLimits.h:31
DirectoryService_EXPORTS.h
Aws::DirectoryService::Model::GetSnapshotLimitsResult::WithSnapshotLimits
GetSnapshotLimitsResult & WithSnapshotLimits(SnapshotLimits &&value)
Definition:
GetSnapshotLimitsResult.h:69
SnapshotLimits.h
Aws::DirectoryService::Model::GetSnapshotLimitsResult::GetSnapshotLimitsResult
GetSnapshotLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::DirectoryService::Model::GetSnapshotLimitsResult::GetSnapshotLimitsResult
GetSnapshotLimitsResult()
Aws
Definition:
AccessManagementClient.h:15
Aws::DirectoryService::Model::GetSnapshotLimitsResult::GetSnapshotLimits
const SnapshotLimits & GetSnapshotLimits() const
Definition:
GetSnapshotLimitsResult.h:45
Aws::DirectoryService::Model::GetSnapshotLimitsResult
Definition:
GetSnapshotLimitsResult.h:34
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences