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>
46 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
69 bool m_groupIdHasBeenSet =
false;
72 bool m_userRulesHasBeenSet =
false;
RevokeIpRulesRequest & WithGroupId(const Aws::String &value)
RevokeIpRulesRequest & WithGroupId(Aws::String &&value)
RevokeIpRulesRequest & AddUserRules(Aws::String &&value)
void SetUserRules(const Aws::Vector< Aws::String > &value)
RevokeIpRulesRequest & WithUserRules(const Aws::Vector< Aws::String > &value)
RevokeIpRulesRequest & AddUserRules(const char *value)
bool GroupIdHasBeenSet() const
void SetGroupId(Aws::String &&value)
RevokeIpRulesRequest & WithGroupId(const char *value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RevokeIpRulesRequest & WithUserRules(Aws::Vector< Aws::String > &&value)
const Aws::String & GetGroupId() const
AWS_WORKSPACES_API RevokeIpRulesRequest()
RevokeIpRulesRequest & AddUserRules(const Aws::String &value)
void SetUserRules(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetUserRules() const
AWS_WORKSPACES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetGroupId(const Aws::String &value)
bool UserRulesHasBeenSet() const
void SetGroupId(const char *value)
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