7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
41 template <
typename CustomDNSServerNameT = Aws::String>
43 m_customDNSServerNameHasBeenSet =
true;
44 m_customDNSServerName = std::forward<CustomDNSServerNameT>(value);
46 template <
typename CustomDNSServerNameT = Aws::String>
59 template <
typename CustomDNSServerIPT = Aws::String>
61 m_customDNSServerIPHasBeenSet =
true;
62 m_customDNSServerIP = std::forward<CustomDNSServerIPT>(value);
64 template <
typename CustomDNSServerIPT = Aws::String>
74 bool m_customDNSServerNameHasBeenSet =
false;
75 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