7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CustomDNSServerNameT = Aws::String>
48 void SetCustomDNSServerName(CustomDNSServerNameT&& value) { m_customDNSServerNameHasBeenSet =
true; m_customDNSServerName = std::forward<CustomDNSServerNameT>(value); }
49 template<
typename CustomDNSServerNameT = Aws::String>
59 template<
typename CustomDNSServerIPT = Aws::String>
60 void SetCustomDNSServerIP(CustomDNSServerIPT&& value) { m_customDNSServerIPHasBeenSet =
true; m_customDNSServerIP = std::forward<CustomDNSServerIPT>(value); }
61 template<
typename CustomDNSServerIPT = Aws::String>
67 bool m_customDNSServerNameHasBeenSet =
false;
70 bool m_customDNSServerIPHasBeenSet =
false;
AWS_FINSPACE_API CustomDNSServer(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomDNSServerIP() const
const Aws::String & GetCustomDNSServerName() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API CustomDNSServer()=default
void SetCustomDNSServerName(CustomDNSServerNameT &&value)
CustomDNSServer & WithCustomDNSServerName(CustomDNSServerNameT &&value)
bool CustomDNSServerNameHasBeenSet() const
CustomDNSServer & WithCustomDNSServerIP(CustomDNSServerIPT &&value)
AWS_FINSPACE_API CustomDNSServer & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomDNSServerIP(CustomDNSServerIPT &&value)
bool CustomDNSServerIPHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue