7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/WickrRequest.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
37 template <
typename NetworkIdT = Aws::String>
39 m_networkIdHasBeenSet =
true;
40 m_networkId = std::forward<NetworkIdT>(value);
42 template <
typename NetworkIdT = Aws::String>
55 template <
typename GroupIdT = Aws::String>
57 m_groupIdHasBeenSet =
true;
58 m_groupId = std::forward<GroupIdT>(value);
60 template <
typename GroupIdT = Aws::String>
70 bool m_networkIdHasBeenSet =
false;
71 bool m_groupIdHasBeenSet =
false;
GetSecurityGroupRequest & WithGroupId(GroupIdT &&value)
void SetNetworkId(NetworkIdT &&value)
const Aws::String & GetGroupId() const
AWS_WICKR_API GetSecurityGroupRequest()=default
void SetGroupId(GroupIdT &&value)
AWS_WICKR_API Aws::String SerializePayload() const override
const Aws::String & GetNetworkId() const
bool GroupIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool NetworkIdHasBeenSet() const
GetSecurityGroupRequest & WithNetworkId(NetworkIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String