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