AWS SDK for C++
1.8.154
AWS SDK for C++
aws-cpp-sdk-ds
include
aws
ds
model
GetSnapshotLimitsRequest.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/ds/DirectoryService_EXPORTS.h
>
8
#include <
aws/ds/DirectoryServiceRequest.h
>
9
#include <
aws/core/utils/memory/stl/AWSString.h
>
10
#include <utility>
11
12
namespace
Aws
13
{
14
namespace
DirectoryService
15
{
16
namespace
Model
17
{
18
25
class
AWS_DIRECTORYSERVICE_API
GetSnapshotLimitsRequest
:
public
DirectoryServiceRequest
26
{
27
public
:
28
GetSnapshotLimitsRequest
();
29
30
// Service request name is the Operation name which will send this request out,
31
// each operation should has unique request name, so that we can get operation's name from this request.
32
// Note: this is not true for response, multiple operations may have the same response name,
33
// so we can not get operation's name from response.
34
inline
virtual
const
char
*
GetServiceRequestName
()
const override
{
return
"GetSnapshotLimits"
; }
35
36
Aws::String
SerializePayload
()
const override
;
37
38
Aws::Http::HeaderValueCollection
GetRequestSpecificHeaders
()
const override
;
39
40
44
inline
const
Aws::String
&
GetDirectoryId
()
const
{
return
m_directoryId; }
45
49
inline
bool
DirectoryIdHasBeenSet
()
const
{
return
m_directoryIdHasBeenSet; }
50
54
inline
void
SetDirectoryId
(
const
Aws::String
& value) { m_directoryIdHasBeenSet =
true
; m_directoryId = value; }
55
59
inline
void
SetDirectoryId
(
Aws::String
&& value) { m_directoryIdHasBeenSet =
true
; m_directoryId = std::move(value); }
60
64
inline
void
SetDirectoryId
(
const
char
* value) { m_directoryIdHasBeenSet =
true
; m_directoryId.assign(value); }
65
69
inline
GetSnapshotLimitsRequest
&
WithDirectoryId
(
const
Aws::String
& value) { SetDirectoryId(value);
return
*
this
;}
70
74
inline
GetSnapshotLimitsRequest
&
WithDirectoryId
(
Aws::String
&& value) { SetDirectoryId(std::move(value));
return
*
this
;}
75
79
inline
GetSnapshotLimitsRequest
&
WithDirectoryId
(
const
char
* value) { SetDirectoryId(value);
return
*
this
;}
80
81
private
:
82
83
Aws::String
m_directoryId;
84
bool
m_directoryIdHasBeenSet;
85
};
86
87
}
// namespace Model
88
}
// namespace DirectoryService
89
}
// namespace Aws
AWS_DIRECTORYSERVICE_API
#define AWS_DIRECTORYSERVICE_API
Definition:
DirectoryService_EXPORTS.h:28
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::GetSnapshotLimitsRequest
GetSnapshotLimitsRequest()
Aws::Http::HeaderValueCollection
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition:
HttpTypes.h:53
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::SetDirectoryId
void SetDirectoryId(const char *value)
Definition:
GetSnapshotLimitsRequest.h:64
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::SetDirectoryId
void SetDirectoryId(const Aws::String &value)
Definition:
GetSnapshotLimitsRequest.h:54
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::WithDirectoryId
GetSnapshotLimitsRequest & WithDirectoryId(const Aws::String &value)
Definition:
GetSnapshotLimitsRequest.h:69
DirectoryService_EXPORTS.h
Aws::DirectoryService::Model::GetSnapshotLimitsRequest
Definition:
GetSnapshotLimitsRequest.h:26
Aws::DirectoryService::DirectoryServiceRequest
Definition:
DirectoryServiceRequest.h:17
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::WithDirectoryId
GetSnapshotLimitsRequest & WithDirectoryId(Aws::String &&value)
Definition:
GetSnapshotLimitsRequest.h:74
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::GetDirectoryId
const Aws::String & GetDirectoryId() const
Definition:
GetSnapshotLimitsRequest.h:44
AWSString.h
Aws
Definition:
AccessManagementClient.h:15
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::DirectoryIdHasBeenSet
bool DirectoryIdHasBeenSet() const
Definition:
GetSnapshotLimitsRequest.h:49
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::GetServiceRequestName
virtual const char * GetServiceRequestName() const override
Definition:
GetSnapshotLimitsRequest.h:34
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::GetRequestSpecificHeaders
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::SerializePayload
Aws::String SerializePayload() const override
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::SetDirectoryId
void SetDirectoryId(Aws::String &&value)
Definition:
GetSnapshotLimitsRequest.h:59
DirectoryServiceRequest.h
Aws::DirectoryService::Model::GetSnapshotLimitsRequest::WithDirectoryId
GetSnapshotLimitsRequest & WithDirectoryId(const char *value)
Definition:
GetSnapshotLimitsRequest.h:79
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences