Supported API UpdateDomainRemark for Update Domain Remark.

This commit is contained in:
sdk-team
2019-11-13 15:50:54 +08:00
parent f59d8a8426
commit ceba891a32
110 changed files with 1601 additions and 1838 deletions

View File

@@ -20,74 +20,76 @@ using AlibabaCloud::Alidns::Model::UpdateGtmRecoveryPlanRequest;
UpdateGtmRecoveryPlanRequest::UpdateGtmRecoveryPlanRequest() :
RpcServiceRequest("alidns", "2015-01-09", "UpdateGtmRecoveryPlan")
{}
{
setMethod(HttpRequest::Method::Post);
}
UpdateGtmRecoveryPlanRequest::~UpdateGtmRecoveryPlanRequest()
{}
std::string UpdateGtmRecoveryPlanRequest::getFaultAddrPool()const
{
return faultAddrPool_;
}
void UpdateGtmRecoveryPlanRequest::setFaultAddrPool(const std::string& faultAddrPool)
{
faultAddrPool_ = faultAddrPool;
setCoreParameter("FaultAddrPool", faultAddrPool);
}
std::string UpdateGtmRecoveryPlanRequest::getRemark()const
{
return remark_;
}
void UpdateGtmRecoveryPlanRequest::setRemark(const std::string& remark)
{
remark_ = remark;
setCoreParameter("Remark", remark);
}
std::string UpdateGtmRecoveryPlanRequest::getUserClientIp()const
{
return userClientIp_;
}
void UpdateGtmRecoveryPlanRequest::setUserClientIp(const std::string& userClientIp)
{
userClientIp_ = userClientIp;
setCoreParameter("UserClientIp", userClientIp);
}
std::string UpdateGtmRecoveryPlanRequest::getName()const
{
return name_;
}
void UpdateGtmRecoveryPlanRequest::setName(const std::string& name)
{
name_ = name;
setCoreParameter("Name", name);
}
long UpdateGtmRecoveryPlanRequest::getRecoveryPlanId()const
{
return recoveryPlanId_;
}
void UpdateGtmRecoveryPlanRequest::setRecoveryPlanId(long recoveryPlanId)
{
recoveryPlanId_ = recoveryPlanId;
setCoreParameter("RecoveryPlanId", std::to_string(recoveryPlanId));
}
std::string UpdateGtmRecoveryPlanRequest::getLang()const
{
return lang_;
}
void UpdateGtmRecoveryPlanRequest::setLang(const std::string& lang)
{
lang_ = lang;
setCoreParameter("Lang", lang);
}
std::string UpdateGtmRecoveryPlanRequest::getFaultAddrPool()const
{
return faultAddrPool_;
}
void UpdateGtmRecoveryPlanRequest::setFaultAddrPool(const std::string& faultAddrPool)
{
faultAddrPool_ = faultAddrPool;
setCoreParameter("FaultAddrPool", faultAddrPool);
}
std::string UpdateGtmRecoveryPlanRequest::getRemark()const
{
return remark_;
}
void UpdateGtmRecoveryPlanRequest::setRemark(const std::string& remark)
{
remark_ = remark;
setCoreParameter("Remark", remark);
}
std::string UpdateGtmRecoveryPlanRequest::getUserClientIp()const
{
return userClientIp_;
}
void UpdateGtmRecoveryPlanRequest::setUserClientIp(const std::string& userClientIp)
{
userClientIp_ = userClientIp;
setCoreParameter("UserClientIp", userClientIp);
}
std::string UpdateGtmRecoveryPlanRequest::getName()const
{
return name_;
}
void UpdateGtmRecoveryPlanRequest::setName(const std::string& name)
{
name_ = name;
setCoreParameter("Name", name);
}
long UpdateGtmRecoveryPlanRequest::getRecoveryPlanId()const
{
return recoveryPlanId_;
}
void UpdateGtmRecoveryPlanRequest::setRecoveryPlanId(long recoveryPlanId)
{
recoveryPlanId_ = recoveryPlanId;
setCoreParameter("RecoveryPlanId", std::to_string(recoveryPlanId));
}
std::string UpdateGtmRecoveryPlanRequest::getLang()const
{
return lang_;
}
void UpdateGtmRecoveryPlanRequest::setLang(const std::string& lang)
{
lang_ = lang;
setCoreParameter("Lang", lang);
}