Createdynamictaggroup increases the filter parameters for TagRegionId.
This commit is contained in:
@@ -55,6 +55,8 @@ namespace AlibabaCloud
|
||||
void setTemplateIdList(const std::vector<std::string>& templateIdList);
|
||||
std::string getTagKey()const;
|
||||
void setTagKey(const std::string& tagKey);
|
||||
std::string getTagRegionId()const;
|
||||
void setTagRegionId(const std::string& tagRegionId);
|
||||
|
||||
private:
|
||||
bool enableSubscribeEvent_;
|
||||
@@ -64,6 +66,7 @@ namespace AlibabaCloud
|
||||
std::vector<std::string> contactGroupList_;
|
||||
std::vector<std::string> templateIdList_;
|
||||
std::string tagKey_;
|
||||
std::string tagRegionId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -113,3 +113,14 @@ void CreateDynamicTagGroupRequest::setTagKey(const std::string& tagKey)
|
||||
setParameter("TagKey", tagKey);
|
||||
}
|
||||
|
||||
std::string CreateDynamicTagGroupRequest::getTagRegionId()const
|
||||
{
|
||||
return tagRegionId_;
|
||||
}
|
||||
|
||||
void CreateDynamicTagGroupRequest::setTagRegionId(const std::string& tagRegionId)
|
||||
{
|
||||
tagRegionId_ = tagRegionId;
|
||||
setParameter("TagRegionId", tagRegionId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user