7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/WickrRequest.h>
9#include <aws/wickr/Wickr_EXPORTS.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>
71 bool m_networkIdHasBeenSet =
false;
72 bool m_groupIdHasBeenSet =
false;
bool GroupIdHasBeenSet() const
AWS_WICKR_API DeleteSecurityGroupRequest()=default
const Aws::String & GetGroupId() const
DeleteSecurityGroupRequest & WithGroupId(GroupIdT &&value)
void SetNetworkId(NetworkIdT &&value)
DeleteSecurityGroupRequest & WithNetworkId(NetworkIdT &&value)
bool NetworkIdHasBeenSet() const
const Aws::String & GetNetworkId() const
virtual const char * GetServiceRequestName() const override
void SetGroupId(GroupIdT &&value)
AWS_WICKR_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String