AWS SDK for C++

AWS SDK for C++ Version 1.11.764

Loading...
Searching...
No Matches
ClusterFsxOpenZfsConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
30 public:
31 AWS_SAGEMAKER_API ClusterFsxOpenZfsConfig() = default;
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetDnsName() const { return m_dnsName; }
41 inline bool DnsNameHasBeenSet() const { return m_dnsNameHasBeenSet; }
42 template <typename DnsNameT = Aws::String>
43 void SetDnsName(DnsNameT&& value) {
44 m_dnsNameHasBeenSet = true;
45 m_dnsName = std::forward<DnsNameT>(value);
46 }
47 template <typename DnsNameT = Aws::String>
49 SetDnsName(std::forward<DnsNameT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetMountPath() const { return m_mountPath; }
60 inline bool MountPathHasBeenSet() const { return m_mountPathHasBeenSet; }
61 template <typename MountPathT = Aws::String>
62 void SetMountPath(MountPathT&& value) {
63 m_mountPathHasBeenSet = true;
64 m_mountPath = std::forward<MountPathT>(value);
65 }
66 template <typename MountPathT = Aws::String>
68 SetMountPath(std::forward<MountPathT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_dnsName;
74
75 Aws::String m_mountPath;
76 bool m_dnsNameHasBeenSet = false;
77 bool m_mountPathHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace SageMaker
82} // namespace Aws
AWS_SAGEMAKER_API ClusterFsxOpenZfsConfig()=default
ClusterFsxOpenZfsConfig & WithMountPath(MountPathT &&value)
AWS_SAGEMAKER_API ClusterFsxOpenZfsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ClusterFsxOpenZfsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ClusterFsxOpenZfsConfig & WithDnsName(DnsNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue