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>
61 template <
typename MountPathT = Aws::String>
63 m_mountPathHasBeenSet =
true;
64 m_mountPath = std::forward<MountPathT>(value);
66 template <
typename MountPathT = Aws::String>
76 bool m_dnsNameHasBeenSet =
false;
77 bool m_mountPathHasBeenSet =
false;
AWS_SAGEMAKER_API ClusterFsxOpenZfsConfig()=default
void SetDnsName(DnsNameT &&value)
ClusterFsxOpenZfsConfig & WithMountPath(MountPathT &&value)
bool DnsNameHasBeenSet() const
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)
bool MountPathHasBeenSet() const
ClusterFsxOpenZfsConfig & WithDnsName(DnsNameT &&value)
void SetMountPath(MountPathT &&value)
const Aws::String & GetMountPath() const
const Aws::String & GetDnsName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue