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>
11#include <aws/workspaces/model/IpRuleItem.h>
12#include <aws/workspaces/model/Tag.h>
46 template<
typename GroupNameT = Aws::String>
47 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
48 template<
typename GroupNameT = Aws::String>
58 template<
typename GroupDescT = Aws::String>
59 void SetGroupDesc(GroupDescT&& value) { m_groupDescHasBeenSet =
true; m_groupDesc = std::forward<GroupDescT>(value); }
60 template<
typename GroupDescT = Aws::String>
70 template<
typename UserRulesT = Aws::Vector<IpRuleItem>>
71 void SetUserRules(UserRulesT&& value) { m_userRulesHasBeenSet =
true; m_userRules = std::forward<UserRulesT>(value); }
72 template<
typename UserRulesT = Aws::Vector<IpRuleItem>>
74 template<
typename UserRulesT = IpRuleItem>
84 template<
typename TagsT = Aws::Vector<Tag>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Vector<Tag>>
88 template<
typename TagsT = Tag>
94 bool m_groupNameHasBeenSet =
false;
97 bool m_groupDescHasBeenSet =
false;
100 bool m_userRulesHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GroupDescHasBeenSet() const
CreateIpGroupRequest & WithUserRules(UserRulesT &&value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
const Aws::String & GetGroupDesc() const
AWS_WORKSPACES_API CreateIpGroupRequest()=default
bool UserRulesHasBeenSet() const
void SetGroupName(GroupNameT &&value)
const Aws::String & GetGroupName() const
bool TagsHasBeenSet() const
const Aws::Vector< IpRuleItem > & GetUserRules() const
CreateIpGroupRequest & AddUserRules(UserRulesT &&value)
CreateIpGroupRequest & AddTags(TagsT &&value)
CreateIpGroupRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool GroupNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetGroupDesc(GroupDescT &&value)
CreateIpGroupRequest & WithGroupName(GroupNameT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateIpGroupRequest & WithGroupDesc(GroupDescT &&value)
void SetUserRules(UserRulesT &&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