7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/WickrRequest.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
10#include <aws/wickr/model/SecurityGroupSettings.h>
38 template <
typename NetworkIdT = Aws::String>
40 m_networkIdHasBeenSet =
true;
41 m_networkId = std::forward<NetworkIdT>(value);
43 template <
typename NetworkIdT = Aws::String>
56 template <
typename GroupIdT = Aws::String>
58 m_groupIdHasBeenSet =
true;
59 m_groupId = std::forward<GroupIdT>(value);
61 template <
typename GroupIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
94 template <
typename SecurityGroupSettingsT = SecurityGroupSettings>
96 m_securityGroupSettingsHasBeenSet =
true;
97 m_securityGroupSettings = std::forward<SecurityGroupSettingsT>(value);
99 template <
typename SecurityGroupSettingsT = SecurityGroupSettings>
113 bool m_networkIdHasBeenSet =
false;
114 bool m_groupIdHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 bool m_securityGroupSettingsHasBeenSet =
false;
bool NetworkIdHasBeenSet() const
bool NameHasBeenSet() const
bool GroupIdHasBeenSet() const
void SetNetworkId(NetworkIdT &&value)
UpdateSecurityGroupRequest & WithSecurityGroupSettings(SecurityGroupSettingsT &&value)
bool SecurityGroupSettingsHasBeenSet() const
const Aws::String & GetGroupId() const
AWS_WICKR_API UpdateSecurityGroupRequest()=default
UpdateSecurityGroupRequest & WithGroupId(GroupIdT &&value)
const SecurityGroupSettings & GetSecurityGroupSettings() const
AWS_WICKR_API Aws::String SerializePayload() const override
const Aws::String & GetNetworkId() const
void SetGroupId(GroupIdT &&value)
void SetSecurityGroupSettings(SecurityGroupSettingsT &&value)
void SetName(NameT &&value)
UpdateSecurityGroupRequest & WithNetworkId(NetworkIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateSecurityGroupRequest & WithName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String