7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
42 template <
typename DomainT = Aws::String>
44 m_domainHasBeenSet =
true;
45 m_domain = std::forward<DomainT>(value);
47 template <
typename DomainT = Aws::String>
60 template <
typename NetworkIdT = Aws::String>
62 m_networkIdHasBeenSet =
true;
63 m_networkId = std::forward<NetworkIdT>(value);
65 template <
typename NetworkIdT = Aws::String>
75 bool m_domainHasBeenSet =
false;
76 bool m_networkIdHasBeenSet =
false;
AWS_WICKR_API PermittedWickrEnterpriseNetwork & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomain(DomainT &&value)
PermittedWickrEnterpriseNetwork & WithDomain(DomainT &&value)
void SetNetworkId(NetworkIdT &&value)
AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const
PermittedWickrEnterpriseNetwork & WithNetworkId(NetworkIdT &&value)
bool NetworkIdHasBeenSet() const
bool DomainHasBeenSet() const
AWS_WICKR_API PermittedWickrEnterpriseNetwork(Aws::Utils::Json::JsonView jsonValue)
AWS_WICKR_API PermittedWickrEnterpriseNetwork()=default
const Aws::String & GetDomain() const
const Aws::String & GetNetworkId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue