7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename DnsNameT = Aws::String>
44 m_dnsNameHasBeenSet =
true;
45 m_dnsName = std::forward<DnsNameT>(value);
47 template <
typename DnsNameT = Aws::String>
60 template <
typename MountNameT = Aws::String>
62 m_mountNameHasBeenSet =
true;
63 m_mountName = std::forward<MountNameT>(value);
65 template <
typename MountNameT = Aws::String>
79 template <
typename MountPathT = Aws::String>
81 m_mountPathHasBeenSet =
true;
82 m_mountPath = std::forward<MountPathT>(value);
84 template <
typename MountPathT = Aws::String>
96 bool m_dnsNameHasBeenSet =
false;
97 bool m_mountNameHasBeenSet =
false;
98 bool m_mountPathHasBeenSet =
false;
ClusterFsxLustreConfig & WithMountName(MountNameT &&value)
void SetMountPath(MountPathT &&value)
bool DnsNameHasBeenSet() const
AWS_SAGEMAKER_API ClusterFsxLustreConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMountName() const
const Aws::String & GetDnsName() const
bool MountPathHasBeenSet() const
ClusterFsxLustreConfig & WithDnsName(DnsNameT &&value)
bool MountNameHasBeenSet() const
const Aws::String & GetMountPath() const
AWS_SAGEMAKER_API ClusterFsxLustreConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMountName(MountNameT &&value)
void SetDnsName(DnsNameT &&value)
AWS_SAGEMAKER_API ClusterFsxLustreConfig(Aws::Utils::Json::JsonView jsonValue)
ClusterFsxLustreConfig & WithMountPath(MountPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue