Supported dash for compress.

This commit is contained in:
sdk-team
2019-11-28 15:17:44 +08:00
parent 55ccde8b7c
commit 059ea89535
4 changed files with 18 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ namespace AlibabaCloud
void setAccessKeyId(const std::string& accessKeyId);
std::string getNotifyEndpoint()const;
void setNotifyEndpoint(const std::string& notifyEndpoint);
std::string getTargetContainer()const;
void setTargetContainer(const std::string& targetContainer);
std::string getCustomMessage()const;
void setCustomMessage(const std::string& customMessage);
std::string getNotifyTopicName()const;
@@ -54,6 +56,7 @@ namespace AlibabaCloud
std::string project_;
std::string accessKeyId_;
std::string notifyEndpoint_;
std::string targetContainer_;
std::string customMessage_;
std::string notifyTopicName_;
std::string targetList_;