7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename GroupIdT = Aws::String>
45 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
46 template<
typename GroupIdT = Aws::String>
56 template<
typename UserRulesT = Aws::Vector<Aws::String>>
57 void SetUserRules(UserRulesT&& value) { m_userRulesHasBeenSet =
true; m_userRules = std::forward<UserRulesT>(value); }
58 template<
typename UserRulesT = Aws::Vector<Aws::String>>
60 template<
typename UserRulesT = Aws::String>
66 bool m_groupIdHasBeenSet =
false;
69 bool m_userRulesHasBeenSet =
false;
AWS_WORKSPACES_API RevokeIpRulesRequest()=default
RevokeIpRulesRequest & AddUserRules(UserRulesT &&value)
bool GroupIdHasBeenSet() const
void SetUserRules(UserRulesT &&value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetGroupId() const
RevokeIpRulesRequest & WithUserRules(UserRulesT &&value)
RevokeIpRulesRequest & WithGroupId(GroupIdT &&value)
const Aws::Vector< Aws::String > & GetUserRules() const
void SetGroupId(GroupIdT &&value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool UserRulesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector