regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Vod::Model::UpdateAttachedMediaInfosRequest;
|
||||
|
||||
UpdateAttachedMediaInfosRequest::UpdateAttachedMediaInfosRequest() :
|
||||
RpcServiceRequest("vod", "2017-03-21", "UpdateAttachedMediaInfos")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateAttachedMediaInfosRequest::~UpdateAttachedMediaInfosRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long UpdateAttachedMediaInfosRequest::getResourceOwnerId()const
|
||||
void UpdateAttachedMediaInfosRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string UpdateAttachedMediaInfosRequest::getUpdateContent()const
|
||||
@@ -44,7 +46,7 @@ std::string UpdateAttachedMediaInfosRequest::getUpdateContent()const
|
||||
void UpdateAttachedMediaInfosRequest::setUpdateContent(const std::string& updateContent)
|
||||
{
|
||||
updateContent_ = updateContent;
|
||||
setCoreParameter("UpdateContent", updateContent);
|
||||
setParameter("UpdateContent", updateContent);
|
||||
}
|
||||
|
||||
std::string UpdateAttachedMediaInfosRequest::getResourceOwnerAccount()const
|
||||
@@ -55,7 +57,7 @@ std::string UpdateAttachedMediaInfosRequest::getResourceOwnerAccount()const
|
||||
void UpdateAttachedMediaInfosRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long UpdateAttachedMediaInfosRequest::getResourceRealOwnerId()const
|
||||
@@ -66,7 +68,7 @@ long UpdateAttachedMediaInfosRequest::getResourceRealOwnerId()const
|
||||
void UpdateAttachedMediaInfosRequest::setResourceRealOwnerId(long resourceRealOwnerId)
|
||||
{
|
||||
resourceRealOwnerId_ = resourceRealOwnerId;
|
||||
setCoreParameter("ResourceRealOwnerId", std::to_string(resourceRealOwnerId));
|
||||
setParameter("ResourceRealOwnerId", std::to_string(resourceRealOwnerId));
|
||||
}
|
||||
|
||||
long UpdateAttachedMediaInfosRequest::getOwnerId()const
|
||||
@@ -77,7 +79,7 @@ long UpdateAttachedMediaInfosRequest::getOwnerId()const
|
||||
void UpdateAttachedMediaInfosRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string UpdateAttachedMediaInfosRequest::getAccessKeyId()const
|
||||
@@ -88,6 +90,6 @@ std::string UpdateAttachedMediaInfosRequest::getAccessKeyId()const
|
||||
void UpdateAttachedMediaInfosRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user