AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-fsx
include
aws
fsx
model
FileCacheLustreMetadataConfiguration.h
1
6
#pragma once
7
#include <aws/fsx/FSx_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
FSx {
17
namespace
Model {
18
26
class
FileCacheLustreMetadataConfiguration
{
27
public
:
28
AWS_FSX_API
FileCacheLustreMetadataConfiguration
() =
default
;
29
AWS_FSX_API
FileCacheLustreMetadataConfiguration
(
Aws::Utils::Json::JsonView
jsonValue);
30
AWS_FSX_API
FileCacheLustreMetadataConfiguration
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
31
AWS_FSX_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
32
34
38
inline
int
GetStorageCapacity
()
const
{
return
m_storageCapacity; }
39
inline
bool
StorageCapacityHasBeenSet
()
const
{
return
m_storageCapacityHasBeenSet; }
40
inline
void
SetStorageCapacity
(
int
value) {
41
m_storageCapacityHasBeenSet =
true
;
42
m_storageCapacity = value;
43
}
44
inline
FileCacheLustreMetadataConfiguration
&
WithStorageCapacity
(
int
value) {
45
SetStorageCapacity
(value);
46
return
*
this
;
47
}
49
private
:
50
int
m_storageCapacity{0};
51
bool
m_storageCapacityHasBeenSet =
false
;
52
};
53
54
}
// namespace Model
55
}
// namespace FSx
56
}
// namespace Aws
Aws::FSx::Model::FileCacheLustreMetadataConfiguration
Definition
FileCacheLustreMetadataConfiguration.h:26
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::operator=
AWS_FSX_API FileCacheLustreMetadataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::SetStorageCapacity
void SetStorageCapacity(int value)
Definition
FileCacheLustreMetadataConfiguration.h:40
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::FileCacheLustreMetadataConfiguration
AWS_FSX_API FileCacheLustreMetadataConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::FileCacheLustreMetadataConfiguration
AWS_FSX_API FileCacheLustreMetadataConfiguration()=default
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::WithStorageCapacity
FileCacheLustreMetadataConfiguration & WithStorageCapacity(int value)
Definition
FileCacheLustreMetadataConfiguration.h:44
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::StorageCapacityHasBeenSet
bool StorageCapacityHasBeenSet() const
Definition
FileCacheLustreMetadataConfiguration.h:39
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::GetStorageCapacity
int GetStorageCapacity() const
Definition
FileCacheLustreMetadataConfiguration.h:38
Aws::FSx::Model::FileCacheLustreMetadataConfiguration::Jsonize
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences