Generate SDK by new Generator
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
CompareFaceRequest();
|
||||
~CompareFaceRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getSrcUriB()const;
|
||||
void setSrcUriB(const std::string& srcUriB);
|
||||
std::string getSrcUriA()const;
|
||||
@@ -47,7 +45,6 @@ namespace AlibabaCloud
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string srcUriB_;
|
||||
std::string srcUriA_;
|
||||
std::string project_;
|
||||
|
||||
@@ -35,32 +35,29 @@ namespace AlibabaCloud
|
||||
CompareImageFacesRequest();
|
||||
~CompareImageFacesRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getImageUriB()const;
|
||||
void setImageUriB(const std::string& imageUriB);
|
||||
std::string getImageUriA()const;
|
||||
void setImageUriA(const std::string& imageUriA);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getFaceIdA()const;
|
||||
void setFaceIdA(const std::string& faceIdA);
|
||||
std::string getFaceIdB()const;
|
||||
void setFaceIdB(const std::string& faceIdB);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUriB()const;
|
||||
void setImageUriB(const std::string& imageUriB);
|
||||
std::string getImageUriA()const;
|
||||
void setImageUriA(const std::string& imageUriA);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string imageUriB_;
|
||||
std::string imageUriA_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string faceIdA_;
|
||||
std::string faceIdB_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUriB_;
|
||||
std::string imageUriA_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,10 +37,22 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getSrcType()const;
|
||||
void setSrcType(const std::string& srcType);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
bool getPdfVector()const;
|
||||
void setPdfVector(bool pdfVector);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPassword()const;
|
||||
void setPassword(const std::string& password);
|
||||
long getStartPage()const;
|
||||
void setStartPage(long startPage);
|
||||
bool getFitToPagesWide()const;
|
||||
void setFitToPagesWide(bool fitToPagesWide);
|
||||
std::string getTgtFilePrefix()const;
|
||||
void setTgtFilePrefix(const std::string& tgtFilePrefix);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
long getMaxSheetRow()const;
|
||||
void setMaxSheetRow(long maxSheetRow);
|
||||
long getMaxSheetCount()const;
|
||||
@@ -49,28 +61,14 @@ namespace AlibabaCloud
|
||||
void setEndPage(long endPage);
|
||||
std::string getTgtFileSuffix()const;
|
||||
void setTgtFileSuffix(const std::string& tgtFileSuffix);
|
||||
bool getPdfVector()const;
|
||||
void setPdfVector(bool pdfVector);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
bool getSheetOnePage()const;
|
||||
void setSheetOnePage(bool sheetOnePage);
|
||||
std::string getPassword()const;
|
||||
void setPassword(const std::string& password);
|
||||
long getStartPage()const;
|
||||
void setStartPage(long startPage);
|
||||
long getMaxSheetCol()const;
|
||||
void setMaxSheetCol(long maxSheetCol);
|
||||
std::string getTgtType()const;
|
||||
void setTgtType(const std::string& tgtType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
bool getFitToPagesWide()const;
|
||||
void setFitToPagesWide(bool fitToPagesWide);
|
||||
bool getHidecomments()const;
|
||||
void setHidecomments(bool hidecomments);
|
||||
std::string getTgtFilePrefix()const;
|
||||
void setTgtFilePrefix(const std::string& tgtFilePrefix);
|
||||
bool getFitToPagesTall()const;
|
||||
void setFitToPagesTall(bool fitToPagesTall);
|
||||
std::string getSrcUri()const;
|
||||
@@ -82,23 +80,22 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string srcType_;
|
||||
std::string modelId_;
|
||||
std::string project_;
|
||||
bool pdfVector_;
|
||||
std::string accessKeyId_;
|
||||
std::string password_;
|
||||
long startPage_;
|
||||
bool fitToPagesWide_;
|
||||
std::string tgtFilePrefix_;
|
||||
std::string modelId_;
|
||||
long maxSheetRow_;
|
||||
long maxSheetCount_;
|
||||
long endPage_;
|
||||
std::string tgtFileSuffix_;
|
||||
bool pdfVector_;
|
||||
std::string accessKeyId_;
|
||||
bool sheetOnePage_;
|
||||
std::string password_;
|
||||
long startPage_;
|
||||
long maxSheetCol_;
|
||||
std::string tgtType_;
|
||||
std::string regionId_;
|
||||
bool fitToPagesWide_;
|
||||
bool hidecomments_;
|
||||
std::string tgtFilePrefix_;
|
||||
bool fitToPagesTall_;
|
||||
std::string srcUri_;
|
||||
std::string tgtFilePages_;
|
||||
|
||||
@@ -37,6 +37,16 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getSrcType()const;
|
||||
void setSrcType(const std::string& srcType);
|
||||
int getBaseRow()const;
|
||||
void setBaseRow(int baseRow);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
int getZoomFactor()const;
|
||||
void setZoomFactor(int zoomFactor);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
int getBaseCol()const;
|
||||
void setBaseCol(int baseCol);
|
||||
std::string getNotifyTopicName()const;
|
||||
@@ -45,24 +55,12 @@ namespace AlibabaCloud
|
||||
void setUnitWidth(long unitWidth);
|
||||
int getZoomLevel()const;
|
||||
void setZoomLevel(int zoomLevel);
|
||||
int getBaseRow()const;
|
||||
void setBaseRow(int baseRow);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
int getZoomFactor()const;
|
||||
void setZoomFactor(int zoomFactor);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTgtType()const;
|
||||
void setTgtType(const std::string& tgtType);
|
||||
long getUnitHeight()const;
|
||||
void setUnitHeight(long unitHeight);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
bool getThumbnails()const;
|
||||
@@ -72,19 +70,18 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string srcType_;
|
||||
int baseRow_;
|
||||
std::string project_;
|
||||
int zoomFactor_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
int baseCol_;
|
||||
std::string notifyTopicName_;
|
||||
long unitWidth_;
|
||||
int zoomLevel_;
|
||||
int baseRow_;
|
||||
std::string modelId_;
|
||||
std::string project_;
|
||||
int zoomFactor_;
|
||||
std::string accessKeyId_;
|
||||
std::string tgtType_;
|
||||
long unitHeight_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string srcUri_;
|
||||
bool thumbnails_;
|
||||
std::string tgtUri_;
|
||||
|
||||
@@ -35,6 +35,10 @@ namespace AlibabaCloud
|
||||
CreateDocIndexTaskRequest();
|
||||
~CreateDocIndexTaskRequest();
|
||||
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getCustomKey1()const;
|
||||
void setCustomKey1(const std::string& customKey1);
|
||||
std::string getSet()const;
|
||||
@@ -47,35 +51,28 @@ namespace AlibabaCloud
|
||||
void setCustomKey3(const std::string& customKey3);
|
||||
std::string getCustomKey2()const;
|
||||
void setCustomKey2(const std::string& customKey2);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getCustomKey6()const;
|
||||
void setCustomKey6(const std::string& customKey6);
|
||||
std::string getContentType()const;
|
||||
void setContentType(const std::string& contentType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
std::string uniqueId_;
|
||||
std::string customKey1_;
|
||||
std::string set_;
|
||||
std::string customKey5_;
|
||||
std::string customKey4_;
|
||||
std::string customKey3_;
|
||||
std::string customKey2_;
|
||||
std::string project_;
|
||||
std::string customKey6_;
|
||||
std::string contentType_;
|
||||
std::string regionId_;
|
||||
std::string name_;
|
||||
std::string srcUri_;
|
||||
std::string uniqueId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,15 +35,12 @@ namespace AlibabaCloud
|
||||
CreateFaceSetRequest();
|
||||
~CreateFaceSetRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
CreateGroupFacesJobRequest();
|
||||
~CreateGroupFacesJobRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
CreateMediaComplexTaskRequest();
|
||||
~CreateMediaComplexTaskRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getParameters()const;
|
||||
void setParameters(const std::string& parameters);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getParameters()const;
|
||||
void setParameters(const std::string& parameters);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string parameters_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string parameters_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,32 +35,29 @@ namespace AlibabaCloud
|
||||
CreateMergeFaceGroupsJobRequest();
|
||||
~CreateMergeFaceGroupsJobRequest();
|
||||
|
||||
std::string getGroupIdFrom()const;
|
||||
void setGroupIdFrom(const std::string& groupIdFrom);
|
||||
std::string getGroupIdTo()const;
|
||||
void setGroupIdTo(const std::string& groupIdTo);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getGroupIdFrom()const;
|
||||
void setGroupIdFrom(const std::string& groupIdFrom);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getGroupIdTo()const;
|
||||
void setGroupIdTo(const std::string& groupIdTo);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string groupIdFrom_;
|
||||
std::string groupIdTo_;
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string groupIdFrom_;
|
||||
std::string notifyTopicName_;
|
||||
std::string groupIdTo_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,8 +49,6 @@ namespace AlibabaCloud
|
||||
void setPassword(const std::string& password);
|
||||
long getStartPage()const;
|
||||
void setStartPage(long startPage);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
bool getFitToPagesWide()const;
|
||||
@@ -96,7 +94,6 @@ namespace AlibabaCloud
|
||||
std::string accessKeyId_;
|
||||
std::string password_;
|
||||
long startPage_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
bool fitToPagesWide_;
|
||||
std::string tgtFilePrefix_;
|
||||
|
||||
@@ -35,31 +35,28 @@ namespace AlibabaCloud
|
||||
CreatePornBatchDetectJobRequest();
|
||||
~CreatePornBatchDetectJobRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getExternalID()const;
|
||||
void setExternalID(const std::string& externalID);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getTgtUri()const;
|
||||
void setTgtUri(const std::string& tgtUri);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string externalID_;
|
||||
std::string srcUri_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string srcUri_;
|
||||
std::string tgtUri_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
CreateSetRequest();
|
||||
~CreateSetRequest();
|
||||
|
||||
std::string getSetName()const;
|
||||
void setSetName(const std::string& setName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetName()const;
|
||||
void setSetName(const std::string& setName);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string setName_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string setName_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
CreateTagJobRequest();
|
||||
~CreateTagJobRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getExternalID()const;
|
||||
void setExternalID(const std::string& externalID);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string externalID_;
|
||||
std::string srcUri_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string srcUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,15 +35,12 @@ namespace AlibabaCloud
|
||||
CreateTagSetRequest();
|
||||
~CreateTagSetRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
|
||||
@@ -35,42 +35,39 @@ namespace AlibabaCloud
|
||||
CreateVideoAnalyseTaskRequest();
|
||||
~CreateVideoAnalyseTaskRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getGrabType()const;
|
||||
void setGrabType(const std::string& grabType);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
bool getSaveType()const;
|
||||
void setSaveType(bool saveType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getInterval()const;
|
||||
void setInterval(const std::string& interval);
|
||||
std::string getTgtUri()const;
|
||||
void setTgtUri(const std::string& tgtUri);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string grabType_;
|
||||
std::string project_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string endTime_;
|
||||
std::string videoUri_;
|
||||
bool saveType_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string interval_;
|
||||
std::string tgtUri_;
|
||||
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
CreateVideoCompressTaskRequest();
|
||||
~CreateVideoCompressTaskRequest();
|
||||
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getTargetList()const;
|
||||
void setTargetList(const std::string& targetList);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getTargetList()const;
|
||||
void setTargetList(const std::string& targetList);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
|
||||
private:
|
||||
std::string videoUri_;
|
||||
std::string notifyTopicName_;
|
||||
std::string targetList_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string targetList_;
|
||||
std::string videoUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKREQUEST_H_
|
||||
#define ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/imm/ImmExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Imm
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_IMM_EXPORT DecodeBlindWatermarkRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
DecodeBlindWatermarkRequest();
|
||||
~DecodeBlindWatermarkRequest();
|
||||
|
||||
int getImageQuality()const;
|
||||
void setImageQuality(int imageQuality);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getWatermarkType()const;
|
||||
void setWatermarkType(const std::string& watermarkType);
|
||||
std::string getTargetUri()const;
|
||||
void setTargetUri(const std::string& targetUri);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getOriginalImageUri()const;
|
||||
void setOriginalImageUri(const std::string& originalImageUri);
|
||||
|
||||
private:
|
||||
int imageQuality_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string watermarkType_;
|
||||
std::string targetUri_;
|
||||
std::string imageUri_;
|
||||
std::string originalImageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKREQUEST_H_
|
||||
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKRESULT_H_
|
||||
#define ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKRESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/imm/ImmExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Imm
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_IMM_EXPORT DecodeBlindWatermarkResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
DecodeBlindWatermarkResult();
|
||||
explicit DecodeBlindWatermarkResult(const std::string &payload);
|
||||
~DecodeBlindWatermarkResult();
|
||||
std::string getContent()const;
|
||||
std::string getTargetUri()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string content_;
|
||||
std::string targetUri_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_IMM_MODEL_DECODEBLINDWATERMARKRESULT_H_
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteDocIndexRequest();
|
||||
~DeleteDocIndexRequest();
|
||||
|
||||
std::string getSet()const;
|
||||
void setSet(const std::string& set);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getSet()const;
|
||||
void setSet(const std::string& set);
|
||||
|
||||
private:
|
||||
std::string set_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string uniqueId_;
|
||||
std::string accessKeyId_;
|
||||
std::string uniqueId_;
|
||||
std::string set_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteFaceJobRequest();
|
||||
~DeleteFaceJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getClearIndexData()const;
|
||||
void setClearIndexData(const std::string& clearIndexData);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getClearIndexData()const;
|
||||
void setClearIndexData(const std::string& clearIndexData);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string clearIndexData_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
std::string clearIndexData_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
DeleteFaceSearchGroupRequest();
|
||||
~DeleteFaceSearchGroupRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getGroupName()const;
|
||||
@@ -45,7 +43,6 @@ namespace AlibabaCloud
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
@@ -37,27 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getImageId()const;
|
||||
void setImageId(const std::string& imageId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
|
||||
private:
|
||||
std::string imageId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string srcUri_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string srcUri_;
|
||||
std::string user_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteFaceSearchUserRequest();
|
||||
~DeleteFaceSearchUserRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteImageJobRequest();
|
||||
~DeleteImageJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string jobType_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
std::string jobType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteImageRequest();
|
||||
~DeleteImageRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteOfficeConversionTaskRequest();
|
||||
~DeleteOfficeConversionTaskRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DeletePhotoProcessTaskRequest();
|
||||
~DeletePhotoProcessTaskRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DeletePornBatchDetectJobRequest();
|
||||
~DeletePornBatchDetectJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,15 +35,12 @@ namespace AlibabaCloud
|
||||
DeleteProjectRequest();
|
||||
~DeleteProjectRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteSetRequest();
|
||||
~DeleteSetRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
DeleteTagByNameRequest();
|
||||
~DeleteTagByNameRequest();
|
||||
|
||||
std::string getTagName()const;
|
||||
void setTagName(const std::string& tagName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTagName()const;
|
||||
void setTagName(const std::string& tagName);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string tagName_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string tagName_;
|
||||
std::string setId_;
|
||||
std::string srcUri_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteTagByUrlRequest();
|
||||
~DeleteTagByUrlRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string setId_;
|
||||
std::string srcUri_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteTagJobRequest();
|
||||
~DeleteTagJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getClearIndexData()const;
|
||||
void setClearIndexData(const std::string& clearIndexData);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getClearIndexData()const;
|
||||
void setClearIndexData(const std::string& clearIndexData);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string clearIndexData_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
std::string clearIndexData_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
DeleteTagSetRequest();
|
||||
~DeleteTagSetRequest();
|
||||
|
||||
std::string getLazyMode()const;
|
||||
void setLazyMode(const std::string& lazyMode);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getCheckEmpty()const;
|
||||
void setCheckEmpty(const std::string& checkEmpty);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLazyMode()const;
|
||||
void setLazyMode(const std::string& lazyMode);
|
||||
std::string getCheckEmpty()const;
|
||||
void setCheckEmpty(const std::string& checkEmpty);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string lazyMode_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string checkEmpty_;
|
||||
std::string accessKeyId_;
|
||||
std::string lazyMode_;
|
||||
std::string checkEmpty_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
DeleteVideoRequest();
|
||||
~DeleteVideoRequest();
|
||||
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
bool getResources()const;
|
||||
void setResources(bool resources);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
bool getResources()const;
|
||||
void setResources(bool resources);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string videoUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
bool resources_;
|
||||
std::string accessKeyId_;
|
||||
bool resources_;
|
||||
std::string videoUri_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteVideoTaskRequest();
|
||||
~DeleteVideoTaskRequest();
|
||||
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
|
||||
private:
|
||||
std::string taskType_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
std::string taskType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,13 +35,10 @@ namespace AlibabaCloud
|
||||
DescribeRegionsRequest();
|
||||
~DescribeRegionsRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectClothesRequest();
|
||||
~DetectClothesRequest();
|
||||
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
|
||||
private:
|
||||
std::string srcUris_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string srcUris_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectImageBodiesRequest();
|
||||
~DetectImageBodiesRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
DetectImageCelebrityRequest();
|
||||
~DetectImageCelebrityRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getLibrary()const;
|
||||
void setLibrary(const std::string& library);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLibrary()const;
|
||||
void setLibrary(const std::string& library);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string library_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string realUid_;
|
||||
std::string accessKeyId_;
|
||||
std::string library_;
|
||||
std::string realUid_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DetectImageFacesRequest();
|
||||
~DetectImageFacesRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string realUid_;
|
||||
std::string accessKeyId_;
|
||||
std::string realUid_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectImageLogosRequest();
|
||||
~DetectImageLogosRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DetectImageTagsRequest();
|
||||
~DetectImageTagsRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string realUid_;
|
||||
std::string accessKeyId_;
|
||||
std::string realUid_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectImageTextsRequest();
|
||||
~DetectImageTextsRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectLogoRequest();
|
||||
~DetectLogoRequest();
|
||||
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
|
||||
private:
|
||||
std::string srcUris_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string srcUris_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DetectQRCodesRequest();
|
||||
~DetectQRCodesRequest();
|
||||
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
|
||||
private:
|
||||
std::string srcUris_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string srcUris_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
DetectTagRequest();
|
||||
~DetectTagRequest();
|
||||
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
|
||||
private:
|
||||
std::string srcUris_;
|
||||
std::string regionId_;
|
||||
std::string modelId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string modelId_;
|
||||
std::string srcUris_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKREQUEST_H_
|
||||
#define ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/imm/ImmExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Imm
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_IMM_EXPORT EncodeBlindWatermarkRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
EncodeBlindWatermarkRequest();
|
||||
~EncodeBlindWatermarkRequest();
|
||||
|
||||
std::string getImageQuality()const;
|
||||
void setImageQuality(const std::string& imageQuality);
|
||||
std::string getWatermarkUri()const;
|
||||
void setWatermarkUri(const std::string& watermarkUri);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getContent()const;
|
||||
void setContent(const std::string& content);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getWatermarkType()const;
|
||||
void setWatermarkType(const std::string& watermarkType);
|
||||
std::string getTargetUri()const;
|
||||
void setTargetUri(const std::string& targetUri);
|
||||
std::string getTargetImageType()const;
|
||||
void setTargetImageType(const std::string& targetImageType);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
|
||||
private:
|
||||
std::string imageQuality_;
|
||||
std::string watermarkUri_;
|
||||
std::string project_;
|
||||
std::string content_;
|
||||
std::string accessKeyId_;
|
||||
std::string watermarkType_;
|
||||
std::string targetUri_;
|
||||
std::string targetImageType_;
|
||||
std::string imageUri_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKREQUEST_H_
|
||||
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKRESULT_H_
|
||||
#define ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKRESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/imm/ImmExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Imm
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_IMM_EXPORT EncodeBlindWatermarkResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
EncodeBlindWatermarkResult();
|
||||
explicit EncodeBlindWatermarkResult(const std::string &payload);
|
||||
~EncodeBlindWatermarkResult();
|
||||
std::string getContent()const;
|
||||
std::string getTargetUri()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string content_;
|
||||
std::string targetUri_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_IMM_MODEL_ENCODEBLINDWATERMARKRESULT_H_
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
FindImagesByTagNamesRequest();
|
||||
~FindImagesByTagNamesRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getTagNames()const;
|
||||
void setTagNames(const std::string& tagNames);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getTagNames()const;
|
||||
void setTagNames(const std::string& tagNames);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
int limit_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string tagNames_;
|
||||
std::string accessKeyId_;
|
||||
int limit_;
|
||||
std::string tagNames_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,8 +53,6 @@ namespace AlibabaCloud
|
||||
void setLocationBoundary(const std::string& locationBoundary);
|
||||
std::string getImageTimeRange()const;
|
||||
void setImageTimeRange(const std::string& imageTimeRange);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getOCRContentsMatch()const;
|
||||
void setOCRContentsMatch(const std::string& oCRContentsMatch);
|
||||
int getLimit()const;
|
||||
@@ -102,7 +100,6 @@ namespace AlibabaCloud
|
||||
std::string accessKeyId_;
|
||||
std::string locationBoundary_;
|
||||
std::string imageTimeRange_;
|
||||
std::string regionId_;
|
||||
std::string oCRContentsMatch_;
|
||||
int limit_;
|
||||
std::string remarksDPrefix_;
|
||||
|
||||
@@ -35,35 +35,32 @@ namespace AlibabaCloud
|
||||
FindSimilarFacesRequest();
|
||||
~FindSimilarFacesRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
float getMinSimilarity()const;
|
||||
void setMinSimilarity(float minSimilarity);
|
||||
std::string getResponseFormat()const;
|
||||
void setResponseFormat(const std::string& responseFormat);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getFaceId()const;
|
||||
void setFaceId(const std::string& faceId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
float minSimilarity_;
|
||||
std::string responseFormat_;
|
||||
int limit_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string faceId_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetDocIndexRequest();
|
||||
~GetDocIndexRequest();
|
||||
|
||||
std::string getSet()const;
|
||||
void setSet(const std::string& set);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getSet()const;
|
||||
void setSet(const std::string& set);
|
||||
|
||||
private:
|
||||
std::string set_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string uniqueId_;
|
||||
std::string accessKeyId_;
|
||||
std::string uniqueId_;
|
||||
std::string set_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetDocIndexTaskRequest();
|
||||
~GetDocIndexTaskRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
GetFaceSearchGroupRequest();
|
||||
~GetFaceSearchGroupRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getGroupName()const;
|
||||
@@ -45,7 +43,6 @@ namespace AlibabaCloud
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
@@ -37,27 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getImageId()const;
|
||||
void setImageId(const std::string& imageId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
|
||||
private:
|
||||
std::string imageId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string srcUri_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string srcUri_;
|
||||
std::string user_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetFaceSearchUserRequest();
|
||||
~GetFaceSearchUserRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetImageJobRequest();
|
||||
~GetImageJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string jobType_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
std::string jobType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetImageRequest();
|
||||
~GetImageRequest();
|
||||
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string imageUri_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
GetMediaMetaRequest();
|
||||
~GetMediaMetaRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMediaUri()const;
|
||||
void setMediaUri(const std::string& mediaUri);
|
||||
std::string getProject()const;
|
||||
@@ -45,7 +43,6 @@ namespace AlibabaCloud
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string mediaUri_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetOfficeConversionTaskRequest();
|
||||
~GetOfficeConversionTaskRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetPhotoProcessTaskRequest();
|
||||
~GetPhotoProcessTaskRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetPornBatchDetectJobRequest();
|
||||
~GetPornBatchDetectJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,15 +35,12 @@ namespace AlibabaCloud
|
||||
GetProjectRequest();
|
||||
~GetProjectRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetSetRequest();
|
||||
~GetSetRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetTagJobRequest();
|
||||
~GetTagJobRequest();
|
||||
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobId()const;
|
||||
void setJobId(const std::string& jobId);
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
GetTagSetRequest();
|
||||
~GetTagSetRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetVideoRequest();
|
||||
~GetVideoRequest();
|
||||
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string videoUri_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string videoUri_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
GetVideoTaskRequest();
|
||||
~GetVideoTaskRequest();
|
||||
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
|
||||
private:
|
||||
std::string taskType_;
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string taskId_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskId_;
|
||||
std::string taskType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,26 @@ namespace AlibabaCloud
|
||||
IndexImageRequest();
|
||||
~IndexImageRequest();
|
||||
|
||||
std::string getRemarksB()const;
|
||||
void setRemarksB(const std::string& remarksB);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getRemarksA()const;
|
||||
void setRemarksA(const std::string& remarksA);
|
||||
std::string getExternalId()const;
|
||||
void setExternalId(const std::string& externalId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getSourceType()const;
|
||||
void setSourceType(const std::string& sourceType);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRemarksB()const;
|
||||
void setRemarksB(const std::string& remarksB);
|
||||
std::string getRemarksA()const;
|
||||
void setRemarksA(const std::string& remarksA);
|
||||
std::string getImageUri()const;
|
||||
void setImageUri(const std::string& imageUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getSourceUri()const;
|
||||
void setSourceUri(const std::string& sourceUri);
|
||||
std::string getSourcePosition()const;
|
||||
@@ -59,26 +65,23 @@ namespace AlibabaCloud
|
||||
void setRemarksC(const std::string& remarksC);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getSourceType()const;
|
||||
void setSourceType(const std::string& sourceType);
|
||||
std::string getRealUid()const;
|
||||
void setRealUid(const std::string& realUid);
|
||||
|
||||
private:
|
||||
std::string remarksB_;
|
||||
std::string project_;
|
||||
std::string remarksA_;
|
||||
std::string externalId_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string sourceType_;
|
||||
std::string realUid_;
|
||||
std::string notifyTopicName_;
|
||||
std::string remarksB_;
|
||||
std::string remarksA_;
|
||||
std::string imageUri_;
|
||||
std::string regionId_;
|
||||
std::string sourceUri_;
|
||||
std::string sourcePosition_;
|
||||
std::string remarksD_;
|
||||
std::string remarksC_;
|
||||
std::string setId_;
|
||||
std::string sourceType_;
|
||||
std::string realUid_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
IndexTagRequest();
|
||||
~IndexTagRequest();
|
||||
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getModelId()const;
|
||||
void setModelId(const std::string& modelId);
|
||||
std::string getSrcUris()const;
|
||||
void setSrcUris(const std::string& srcUris);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getForce()const;
|
||||
void setForce(const std::string& force);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string srcUris_;
|
||||
std::string regionId_;
|
||||
std::string modelId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string modelId_;
|
||||
std::string srcUris_;
|
||||
std::string setId_;
|
||||
std::string force_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,26 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getGrabType()const;
|
||||
void setGrabType(const std::string& grabType);
|
||||
std::string getRemarksB()const;
|
||||
void setRemarksB(const std::string& remarksB);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getRemarksA()const;
|
||||
void setRemarksA(const std::string& remarksA);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getExternalId()const;
|
||||
void setExternalId(const std::string& externalId);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getRemarksB()const;
|
||||
void setRemarksB(const std::string& remarksB);
|
||||
std::string getRemarksA()const;
|
||||
void setRemarksA(const std::string& remarksA);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
bool getSaveType()const;
|
||||
void setSaveType(bool saveType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getRemarksD()const;
|
||||
void setRemarksD(const std::string& remarksD);
|
||||
std::string getRemarksC()const;
|
||||
@@ -70,16 +68,15 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string grabType_;
|
||||
std::string remarksB_;
|
||||
std::string project_;
|
||||
std::string remarksA_;
|
||||
std::string endTime_;
|
||||
std::string externalId_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string remarksB_;
|
||||
std::string remarksA_;
|
||||
std::string endTime_;
|
||||
std::string videoUri_;
|
||||
bool saveType_;
|
||||
std::string regionId_;
|
||||
std::string remarksD_;
|
||||
std::string remarksC_;
|
||||
std::string setId_;
|
||||
|
||||
@@ -35,32 +35,29 @@ namespace AlibabaCloud
|
||||
ListFaceGroupsRequest();
|
||||
~ListFaceGroupsRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getOrderBy()const;
|
||||
void setOrderBy(const std::string& orderBy);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getOrder()const;
|
||||
void setOrder(const std::string& order);
|
||||
std::string getOrderBy()const;
|
||||
void setOrderBy(const std::string& orderBy);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
int limit_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string orderBy_;
|
||||
std::string accessKeyId_;
|
||||
int limit_;
|
||||
std::string order_;
|
||||
std::string orderBy_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,27 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string marker_;
|
||||
std::string user_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getJobType()const;
|
||||
void setJobType(const std::string& jobType);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string jobType_;
|
||||
std::string accessKeyId_;
|
||||
std::string jobType_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
ListImagesRequest();
|
||||
~ListImagesRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getCreateTimeStart()const;
|
||||
void setCreateTimeStart(const std::string& createTimeStart);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
int limit_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
int limit_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
std::string createTimeStart_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,15 +35,12 @@ namespace AlibabaCloud
|
||||
ListProjectAPIsRequest();
|
||||
~ListProjectAPIsRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
|
||||
@@ -37,18 +37,15 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
ListSetTagsRequest();
|
||||
~ListSetTagsRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
ListSetsRequest();
|
||||
~ListSetsRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
ListTagJobsRequest();
|
||||
~ListTagJobsRequest();
|
||||
|
||||
std::string getCondition()const;
|
||||
void setCondition(const std::string& condition);
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getCondition()const;
|
||||
void setCondition(const std::string& condition);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
std::string condition_;
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string condition_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,20 @@ namespace AlibabaCloud
|
||||
ListTagNamesRequest();
|
||||
~ListTagNamesRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
ListTagPhotosRequest();
|
||||
~ListTagPhotosRequest();
|
||||
|
||||
std::string getTagName()const;
|
||||
void setTagName(const std::string& tagName);
|
||||
std::string getMaxKeys()const;
|
||||
void setMaxKeys(const std::string& maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTagName()const;
|
||||
void setTagName(const std::string& tagName);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string tagName_;
|
||||
std::string maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string tagName_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
ListVideoAudiosRequest();
|
||||
~ListVideoAudiosRequest();
|
||||
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string videoUri_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string videoUri_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
ListVideoFramesRequest();
|
||||
~ListVideoFramesRequest();
|
||||
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
|
||||
private:
|
||||
std::string videoUri_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string setId_;
|
||||
std::string accessKeyId_;
|
||||
std::string videoUri_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
int getMaxKeys()const;
|
||||
void setMaxKeys(int maxKeys);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
|
||||
private:
|
||||
int maxKeys_;
|
||||
std::string taskType_;
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string taskType_;
|
||||
std::string marker_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,23 @@ namespace AlibabaCloud
|
||||
ListVideosRequest();
|
||||
~ListVideosRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMarker()const;
|
||||
void setMarker(const std::string& marker);
|
||||
std::string getSetId()const;
|
||||
void setSetId(const std::string& setId);
|
||||
std::string getCreateTimeStart()const;
|
||||
void setCreateTimeStart(const std::string& createTimeStart);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string marker_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string marker_;
|
||||
std::string setId_;
|
||||
std::string createTimeStart_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,34 +35,31 @@ namespace AlibabaCloud
|
||||
PhotoProcessRequest();
|
||||
~PhotoProcessRequest();
|
||||
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getExternalID()const;
|
||||
void setExternalID(const std::string& externalID);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNotifyEndpoint()const;
|
||||
void setNotifyEndpoint(const std::string& notifyEndpoint);
|
||||
std::string getNotifyTopicName()const;
|
||||
void setNotifyTopicName(const std::string& notifyTopicName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getStyle()const;
|
||||
void setStyle(const std::string& style);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getTgtUri()const;
|
||||
void setTgtUri(const std::string& tgtUri);
|
||||
|
||||
private:
|
||||
std::string notifyTopicName_;
|
||||
std::string regionId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string project_;
|
||||
std::string externalID_;
|
||||
std::string accessKeyId_;
|
||||
std::string notifyEndpoint_;
|
||||
std::string notifyTopicName_;
|
||||
std::string srcUri_;
|
||||
std::string style_;
|
||||
std::string accessKeyId_;
|
||||
std::string tgtUri_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,29 +35,26 @@ namespace AlibabaCloud
|
||||
PutProjectRequest();
|
||||
~PutProjectRequest();
|
||||
|
||||
int getCU()const;
|
||||
void setCU(int cU);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getServiceRole()const;
|
||||
void setServiceRole(const std::string& serviceRole);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getBillingType()const;
|
||||
void setBillingType(const std::string& billingType);
|
||||
std::string getType()const;
|
||||
void setType(const std::string& type);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getCU()const;
|
||||
void setCU(int cU);
|
||||
std::string getServiceRole()const;
|
||||
void setServiceRole(const std::string& serviceRole);
|
||||
std::string getBillingType()const;
|
||||
void setBillingType(const std::string& billingType);
|
||||
|
||||
private:
|
||||
int cU_;
|
||||
std::string regionId_;
|
||||
std::string serviceRole_;
|
||||
std::string project_;
|
||||
std::string billingType_;
|
||||
std::string type_;
|
||||
std::string accessKeyId_;
|
||||
int cU_;
|
||||
std::string serviceRole_;
|
||||
std::string billingType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,33 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
bool getChooseBiggestFace()const;
|
||||
void setChooseBiggestFace(bool chooseBiggestFace);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
bool getIsQualityLimit()const;
|
||||
void setIsQualityLimit(bool isQualityLimit);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
std::string getRegisterCheckLevel()const;
|
||||
void setRegisterCheckLevel(const std::string& registerCheckLevel);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getUser()const;
|
||||
void setUser(const std::string& user);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
bool chooseBiggestFace_;
|
||||
std::string regionId_;
|
||||
bool isQualityLimit_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string groupName_;
|
||||
std::string srcUri_;
|
||||
std::string registerCheckLevel_;
|
||||
std::string groupName_;
|
||||
std::string user_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,12 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
int getModifiedTimeEnd()const;
|
||||
void setModifiedTimeEnd(int modifiedTimeEnd);
|
||||
int getSizeLimitEnd()const;
|
||||
void setSizeLimitEnd(int sizeLimitEnd);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
int getModifiedTimeStart()const;
|
||||
void setModifiedTimeStart(int modifiedTimeStart);
|
||||
int getPageNumLimitStart()const;
|
||||
void setPageNumLimitStart(int pageNumLimitStart);
|
||||
std::string getContent()const;
|
||||
void setContent(const std::string& content);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getSizeLimitStart()const;
|
||||
void setSizeLimitStart(int sizeLimitStart);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
std::string getCustomKey1()const;
|
||||
void setCustomKey1(const std::string& customKey1);
|
||||
std::string getSet()const;
|
||||
void setSet(const std::string& set);
|
||||
int getSizeLimitEnd()const;
|
||||
void setSizeLimitEnd(int sizeLimitEnd);
|
||||
std::string getCustomKey5()const;
|
||||
void setCustomKey5(const std::string& customKey5);
|
||||
int getOffset()const;
|
||||
@@ -53,53 +67,36 @@ namespace AlibabaCloud
|
||||
void setCustomKey3(const std::string& customKey3);
|
||||
std::string getCustomKey2()const;
|
||||
void setCustomKey2(const std::string& customKey2);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
int getModifiedTimeStart()const;
|
||||
void setModifiedTimeStart(int modifiedTimeStart);
|
||||
int getPageNumLimitStart()const;
|
||||
void setPageNumLimitStart(int pageNumLimitStart);
|
||||
std::string getCustomKey6()const;
|
||||
void setCustomKey6(const std::string& customKey6);
|
||||
std::string getContent()const;
|
||||
void setContent(const std::string& content);
|
||||
int getPageNumLimitEnd()const;
|
||||
void setPageNumLimitEnd(int pageNumLimitEnd);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getContentType()const;
|
||||
void setContentType(const std::string& contentType);
|
||||
int getSizeLimitStart()const;
|
||||
void setSizeLimitStart(int sizeLimitStart);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
int getLimit()const;
|
||||
void setLimit(int limit);
|
||||
|
||||
private:
|
||||
int modifiedTimeEnd_;
|
||||
int sizeLimitEnd_;
|
||||
std::string project_;
|
||||
int modifiedTimeStart_;
|
||||
int pageNumLimitStart_;
|
||||
std::string content_;
|
||||
std::string accessKeyId_;
|
||||
int sizeLimitStart_;
|
||||
int limit_;
|
||||
std::string customKey1_;
|
||||
std::string set_;
|
||||
int sizeLimitEnd_;
|
||||
std::string customKey5_;
|
||||
int offset_;
|
||||
std::string customKey4_;
|
||||
std::string customKey3_;
|
||||
std::string customKey2_;
|
||||
std::string project_;
|
||||
int modifiedTimeStart_;
|
||||
int pageNumLimitStart_;
|
||||
std::string customKey6_;
|
||||
std::string content_;
|
||||
int pageNumLimitEnd_;
|
||||
std::string accessKeyId_;
|
||||
std::string contentType_;
|
||||
int sizeLimitStart_;
|
||||
std::string regionId_;
|
||||
std::string name_;
|
||||
int limit_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,32 +35,29 @@ namespace AlibabaCloud
|
||||
SearchFaceRequest();
|
||||
~SearchFaceRequest();
|
||||
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
int getResultNum()const;
|
||||
void setResultNum(int resultNum);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSearchThresholdLevel()const;
|
||||
void setSearchThresholdLevel(const std::string& searchThresholdLevel);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
bool getIsThreshold()const;
|
||||
void setIsThreshold(bool isThreshold);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSrcUri()const;
|
||||
void setSrcUri(const std::string& srcUri);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
int resultNum_;
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string searchThresholdLevel_;
|
||||
std::string srcUri_;
|
||||
bool isThreshold_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
std::string srcUri_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,12 @@ namespace AlibabaCloud
|
||||
UpdateDocIndexMetaRequest();
|
||||
~UpdateDocIndexMetaRequest();
|
||||
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
std::string getCustomKey1()const;
|
||||
void setCustomKey1(const std::string& customKey1);
|
||||
std::string getSet()const;
|
||||
@@ -47,32 +53,23 @@ namespace AlibabaCloud
|
||||
void setCustomKey3(const std::string& customKey3);
|
||||
std::string getCustomKey2()const;
|
||||
void setCustomKey2(const std::string& customKey2);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getCustomKey6()const;
|
||||
void setCustomKey6(const std::string& customKey6);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getUniqueId()const;
|
||||
void setUniqueId(const std::string& uniqueId);
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
std::string accessKeyId_;
|
||||
std::string uniqueId_;
|
||||
std::string customKey1_;
|
||||
std::string set_;
|
||||
std::string customKey5_;
|
||||
std::string customKey4_;
|
||||
std::string customKey3_;
|
||||
std::string customKey2_;
|
||||
std::string project_;
|
||||
std::string customKey6_;
|
||||
std::string accessKeyId_;
|
||||
std::string regionId_;
|
||||
std::string name_;
|
||||
std::string uniqueId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user