Support TemplateContent.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-12-02 Version: patch
|
||||
- Support TemplateContent.
|
||||
|
||||
2020-12-02 Version: patch
|
||||
- Supported OpenAPI for SDK.
|
||||
|
||||
|
||||
@@ -59,6 +59,8 @@ set(oos_public_header_model
|
||||
include/alibabacloud/oos/model/GetSecretParametersResult.h
|
||||
include/alibabacloud/oos/model/GetSecretParametersByPathRequest.h
|
||||
include/alibabacloud/oos/model/GetSecretParametersByPathResult.h
|
||||
include/alibabacloud/oos/model/GetServiceSettingsRequest.h
|
||||
include/alibabacloud/oos/model/GetServiceSettingsResult.h
|
||||
include/alibabacloud/oos/model/GetTemplateRequest.h
|
||||
include/alibabacloud/oos/model/GetTemplateResult.h
|
||||
include/alibabacloud/oos/model/ListActionsRequest.h
|
||||
@@ -97,6 +99,8 @@ set(oos_public_header_model
|
||||
include/alibabacloud/oos/model/NotifyExecutionResult.h
|
||||
include/alibabacloud/oos/model/SearchInventoryRequest.h
|
||||
include/alibabacloud/oos/model/SearchInventoryResult.h
|
||||
include/alibabacloud/oos/model/SetServiceSettingsRequest.h
|
||||
include/alibabacloud/oos/model/SetServiceSettingsResult.h
|
||||
include/alibabacloud/oos/model/StartExecutionRequest.h
|
||||
include/alibabacloud/oos/model/StartExecutionResult.h
|
||||
include/alibabacloud/oos/model/TagResourcesRequest.h
|
||||
@@ -158,6 +162,8 @@ set(oos_src
|
||||
src/model/GetSecretParametersResult.cc
|
||||
src/model/GetSecretParametersByPathRequest.cc
|
||||
src/model/GetSecretParametersByPathResult.cc
|
||||
src/model/GetServiceSettingsRequest.cc
|
||||
src/model/GetServiceSettingsResult.cc
|
||||
src/model/GetTemplateRequest.cc
|
||||
src/model/GetTemplateResult.cc
|
||||
src/model/ListActionsRequest.cc
|
||||
@@ -196,6 +202,8 @@ set(oos_src
|
||||
src/model/NotifyExecutionResult.cc
|
||||
src/model/SearchInventoryRequest.cc
|
||||
src/model/SearchInventoryResult.cc
|
||||
src/model/SetServiceSettingsRequest.cc
|
||||
src/model/SetServiceSettingsResult.cc
|
||||
src/model/StartExecutionRequest.cc
|
||||
src/model/StartExecutionResult.cc
|
||||
src/model/TagResourcesRequest.cc
|
||||
|
||||
@@ -60,6 +60,8 @@
|
||||
#include "model/GetSecretParametersResult.h"
|
||||
#include "model/GetSecretParametersByPathRequest.h"
|
||||
#include "model/GetSecretParametersByPathResult.h"
|
||||
#include "model/GetServiceSettingsRequest.h"
|
||||
#include "model/GetServiceSettingsResult.h"
|
||||
#include "model/GetTemplateRequest.h"
|
||||
#include "model/GetTemplateResult.h"
|
||||
#include "model/ListActionsRequest.h"
|
||||
@@ -98,6 +100,8 @@
|
||||
#include "model/NotifyExecutionResult.h"
|
||||
#include "model/SearchInventoryRequest.h"
|
||||
#include "model/SearchInventoryResult.h"
|
||||
#include "model/SetServiceSettingsRequest.h"
|
||||
#include "model/SetServiceSettingsResult.h"
|
||||
#include "model/StartExecutionRequest.h"
|
||||
#include "model/StartExecutionResult.h"
|
||||
#include "model/TagResourcesRequest.h"
|
||||
@@ -184,6 +188,9 @@ namespace AlibabaCloud
|
||||
typedef Outcome<Error, Model::GetSecretParametersByPathResult> GetSecretParametersByPathOutcome;
|
||||
typedef std::future<GetSecretParametersByPathOutcome> GetSecretParametersByPathOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::GetSecretParametersByPathRequest&, const GetSecretParametersByPathOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetSecretParametersByPathAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetServiceSettingsResult> GetServiceSettingsOutcome;
|
||||
typedef std::future<GetServiceSettingsOutcome> GetServiceSettingsOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::GetServiceSettingsRequest&, const GetServiceSettingsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetServiceSettingsAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetTemplateResult> GetTemplateOutcome;
|
||||
typedef std::future<GetTemplateOutcome> GetTemplateOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::GetTemplateRequest&, const GetTemplateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetTemplateAsyncHandler;
|
||||
@@ -241,6 +248,9 @@ namespace AlibabaCloud
|
||||
typedef Outcome<Error, Model::SearchInventoryResult> SearchInventoryOutcome;
|
||||
typedef std::future<SearchInventoryOutcome> SearchInventoryOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::SearchInventoryRequest&, const SearchInventoryOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SearchInventoryAsyncHandler;
|
||||
typedef Outcome<Error, Model::SetServiceSettingsResult> SetServiceSettingsOutcome;
|
||||
typedef std::future<SetServiceSettingsOutcome> SetServiceSettingsOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::SetServiceSettingsRequest&, const SetServiceSettingsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetServiceSettingsAsyncHandler;
|
||||
typedef Outcome<Error, Model::StartExecutionResult> StartExecutionOutcome;
|
||||
typedef std::future<StartExecutionOutcome> StartExecutionOutcomeCallable;
|
||||
typedef std::function<void(const OosClient*, const Model::StartExecutionRequest&, const StartExecutionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> StartExecutionAsyncHandler;
|
||||
@@ -333,6 +343,9 @@ namespace AlibabaCloud
|
||||
GetSecretParametersByPathOutcome getSecretParametersByPath(const Model::GetSecretParametersByPathRequest &request)const;
|
||||
void getSecretParametersByPathAsync(const Model::GetSecretParametersByPathRequest& request, const GetSecretParametersByPathAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetSecretParametersByPathOutcomeCallable getSecretParametersByPathCallable(const Model::GetSecretParametersByPathRequest& request) const;
|
||||
GetServiceSettingsOutcome getServiceSettings(const Model::GetServiceSettingsRequest &request)const;
|
||||
void getServiceSettingsAsync(const Model::GetServiceSettingsRequest& request, const GetServiceSettingsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetServiceSettingsOutcomeCallable getServiceSettingsCallable(const Model::GetServiceSettingsRequest& request) const;
|
||||
GetTemplateOutcome getTemplate(const Model::GetTemplateRequest &request)const;
|
||||
void getTemplateAsync(const Model::GetTemplateRequest& request, const GetTemplateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetTemplateOutcomeCallable getTemplateCallable(const Model::GetTemplateRequest& request) const;
|
||||
@@ -390,6 +403,9 @@ namespace AlibabaCloud
|
||||
SearchInventoryOutcome searchInventory(const Model::SearchInventoryRequest &request)const;
|
||||
void searchInventoryAsync(const Model::SearchInventoryRequest& request, const SearchInventoryAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
SearchInventoryOutcomeCallable searchInventoryCallable(const Model::SearchInventoryRequest& request) const;
|
||||
SetServiceSettingsOutcome setServiceSettings(const Model::SetServiceSettingsRequest &request)const;
|
||||
void setServiceSettingsAsync(const Model::SetServiceSettingsRequest& request, const SetServiceSettingsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
SetServiceSettingsOutcomeCallable setServiceSettingsCallable(const Model::SetServiceSettingsRequest& request) const;
|
||||
StartExecutionOutcome startExecution(const Model::StartExecutionRequest &request)const;
|
||||
void startExecutionAsync(const Model::StartExecutionRequest& request, const StartExecutionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
StartExecutionOutcomeCallable startExecutionCallable(const Model::StartExecutionRequest& request) const;
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/*
|
||||
* 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_OOS_MODEL_GETSERVICESETTINGSREQUEST_H_
|
||||
#define ALIBABACLOUD_OOS_MODEL_GETSERVICESETTINGSREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/oos/OosExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Oos
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_OOS_EXPORT GetServiceSettingsRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
GetServiceSettingsRequest();
|
||||
~GetServiceSettingsRequest();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_OOS_MODEL_GETSERVICESETTINGSREQUEST_H_
|
||||
@@ -0,0 +1,59 @@
|
||||
/*
|
||||
* 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_OOS_MODEL_GETSERVICESETTINGSRESULT_H_
|
||||
#define ALIBABACLOUD_OOS_MODEL_GETSERVICESETTINGSRESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/oos/OosExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Oos
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_OOS_EXPORT GetServiceSettingsResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
struct ServiceSetting
|
||||
{
|
||||
bool deliverySlsEnabled;
|
||||
std::string deliveryOssKeyPrefix;
|
||||
bool deliveryOssEnabled;
|
||||
std::string deliveryOssBucketName;
|
||||
std::string deliverySlsProjectName;
|
||||
};
|
||||
|
||||
|
||||
GetServiceSettingsResult();
|
||||
explicit GetServiceSettingsResult(const std::string &payload);
|
||||
~GetServiceSettingsResult();
|
||||
std::vector<ServiceSetting> getServiceSettings()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::vector<ServiceSetting> serviceSettings_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_OOS_MODEL_GETSERVICESETTINGSRESULT_H_
|
||||
@@ -0,0 +1,60 @@
|
||||
/*
|
||||
* 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_OOS_MODEL_SETSERVICESETTINGSREQUEST_H_
|
||||
#define ALIBABACLOUD_OOS_MODEL_SETSERVICESETTINGSREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/oos/OosExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Oos
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_OOS_EXPORT SetServiceSettingsRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
SetServiceSettingsRequest();
|
||||
~SetServiceSettingsRequest();
|
||||
|
||||
bool getDeliverySlsEnabled()const;
|
||||
void setDeliverySlsEnabled(bool deliverySlsEnabled);
|
||||
std::string getDeliveryOssKeyPrefix()const;
|
||||
void setDeliveryOssKeyPrefix(const std::string& deliveryOssKeyPrefix);
|
||||
bool getDeliveryOssEnabled()const;
|
||||
void setDeliveryOssEnabled(bool deliveryOssEnabled);
|
||||
std::string getDeliverySlsProjectName()const;
|
||||
void setDeliverySlsProjectName(const std::string& deliverySlsProjectName);
|
||||
std::string getDeliveryOssBucketName()const;
|
||||
void setDeliveryOssBucketName(const std::string& deliveryOssBucketName);
|
||||
|
||||
private:
|
||||
bool deliverySlsEnabled_;
|
||||
std::string deliveryOssKeyPrefix_;
|
||||
bool deliveryOssEnabled_;
|
||||
std::string deliverySlsProjectName_;
|
||||
std::string deliveryOssBucketName_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_OOS_MODEL_SETSERVICESETTINGSREQUEST_H_
|
||||
@@ -0,0 +1,59 @@
|
||||
/*
|
||||
* 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_OOS_MODEL_SETSERVICESETTINGSRESULT_H_
|
||||
#define ALIBABACLOUD_OOS_MODEL_SETSERVICESETTINGSRESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/oos/OosExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Oos
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_OOS_EXPORT SetServiceSettingsResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
struct ServiceSetting
|
||||
{
|
||||
bool deliverySlsEnabled;
|
||||
std::string deliveryOssKeyPrefix;
|
||||
bool deliveryOssEnabled;
|
||||
std::string deliveryOssBucketName;
|
||||
std::string deliverySlsProjectName;
|
||||
};
|
||||
|
||||
|
||||
SetServiceSettingsResult();
|
||||
explicit SetServiceSettingsResult(const std::string &payload);
|
||||
~SetServiceSettingsResult();
|
||||
std::vector<ServiceSetting> getServiceSettings()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::vector<ServiceSetting> serviceSettings_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_OOS_MODEL_SETSERVICESETTINGSRESULT_H_
|
||||
@@ -53,6 +53,8 @@ namespace AlibabaCloud
|
||||
void setSafetyCheck(const std::string& safetyCheck);
|
||||
std::map<std::string, std::string> getTags()const;
|
||||
void setTags(const std::map<std::string, std::string>& tags);
|
||||
std::string getTemplateContent()const;
|
||||
void setTemplateContent(const std::string& templateContent);
|
||||
std::string getParentExecutionId()const;
|
||||
void setParentExecutionId(const std::string& parentExecutionId);
|
||||
std::string getParameters()const;
|
||||
@@ -68,6 +70,7 @@ namespace AlibabaCloud
|
||||
std::string loopMode_;
|
||||
std::string safetyCheck_;
|
||||
std::map<std::string, std::string> tags_;
|
||||
std::string templateContent_;
|
||||
std::string parentExecutionId_;
|
||||
std::string parameters_;
|
||||
|
||||
|
||||
@@ -735,6 +735,42 @@ OosClient::GetSecretParametersByPathOutcomeCallable OosClient::getSecretParamete
|
||||
return task->get_future();
|
||||
}
|
||||
|
||||
OosClient::GetServiceSettingsOutcome OosClient::getServiceSettings(const GetServiceSettingsRequest &request) const
|
||||
{
|
||||
auto endpointOutcome = endpointProvider_->getEndpoint();
|
||||
if (!endpointOutcome.isSuccess())
|
||||
return GetServiceSettingsOutcome(endpointOutcome.error());
|
||||
|
||||
auto outcome = makeRequest(endpointOutcome.result(), request);
|
||||
|
||||
if (outcome.isSuccess())
|
||||
return GetServiceSettingsOutcome(GetServiceSettingsResult(outcome.result()));
|
||||
else
|
||||
return GetServiceSettingsOutcome(outcome.error());
|
||||
}
|
||||
|
||||
void OosClient::getServiceSettingsAsync(const GetServiceSettingsRequest& request, const GetServiceSettingsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
|
||||
{
|
||||
auto fn = [this, request, handler, context]()
|
||||
{
|
||||
handler(this, request, getServiceSettings(request), context);
|
||||
};
|
||||
|
||||
asyncExecute(new Runnable(fn));
|
||||
}
|
||||
|
||||
OosClient::GetServiceSettingsOutcomeCallable OosClient::getServiceSettingsCallable(const GetServiceSettingsRequest &request) const
|
||||
{
|
||||
auto task = std::make_shared<std::packaged_task<GetServiceSettingsOutcome()>>(
|
||||
[this, request]()
|
||||
{
|
||||
return this->getServiceSettings(request);
|
||||
});
|
||||
|
||||
asyncExecute(new Runnable([task]() { (*task)(); }));
|
||||
return task->get_future();
|
||||
}
|
||||
|
||||
OosClient::GetTemplateOutcome OosClient::getTemplate(const GetTemplateRequest &request) const
|
||||
{
|
||||
auto endpointOutcome = endpointProvider_->getEndpoint();
|
||||
@@ -1419,6 +1455,42 @@ OosClient::SearchInventoryOutcomeCallable OosClient::searchInventoryCallable(con
|
||||
return task->get_future();
|
||||
}
|
||||
|
||||
OosClient::SetServiceSettingsOutcome OosClient::setServiceSettings(const SetServiceSettingsRequest &request) const
|
||||
{
|
||||
auto endpointOutcome = endpointProvider_->getEndpoint();
|
||||
if (!endpointOutcome.isSuccess())
|
||||
return SetServiceSettingsOutcome(endpointOutcome.error());
|
||||
|
||||
auto outcome = makeRequest(endpointOutcome.result(), request);
|
||||
|
||||
if (outcome.isSuccess())
|
||||
return SetServiceSettingsOutcome(SetServiceSettingsResult(outcome.result()));
|
||||
else
|
||||
return SetServiceSettingsOutcome(outcome.error());
|
||||
}
|
||||
|
||||
void OosClient::setServiceSettingsAsync(const SetServiceSettingsRequest& request, const SetServiceSettingsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
|
||||
{
|
||||
auto fn = [this, request, handler, context]()
|
||||
{
|
||||
handler(this, request, setServiceSettings(request), context);
|
||||
};
|
||||
|
||||
asyncExecute(new Runnable(fn));
|
||||
}
|
||||
|
||||
OosClient::SetServiceSettingsOutcomeCallable OosClient::setServiceSettingsCallable(const SetServiceSettingsRequest &request) const
|
||||
{
|
||||
auto task = std::make_shared<std::packaged_task<SetServiceSettingsOutcome()>>(
|
||||
[this, request]()
|
||||
{
|
||||
return this->setServiceSettings(request);
|
||||
});
|
||||
|
||||
asyncExecute(new Runnable([task]() { (*task)(); }));
|
||||
return task->get_future();
|
||||
}
|
||||
|
||||
OosClient::StartExecutionOutcome OosClient::startExecution(const StartExecutionRequest &request) const
|
||||
{
|
||||
auto endpointOutcome = endpointProvider_->getEndpoint();
|
||||
|
||||
@@ -47,14 +47,14 @@ void GetInventorySchemaResult::parse(const std::string &payload)
|
||||
schemasObject.typeName = valueSchemasSchema["TypeName"].asString();
|
||||
if(!valueSchemasSchema["Version"].isNull())
|
||||
schemasObject.version = valueSchemasSchema["Version"].asString();
|
||||
auto allAttributesNode = allSchemasNode["Attributes"]["Attribute"];
|
||||
for (auto allSchemasNodeAttributesAttribute : allAttributesNode)
|
||||
auto allAttributesNode = valueSchemasSchema["Attributes"]["Attribute"];
|
||||
for (auto valueSchemasSchemaAttributesAttribute : allAttributesNode)
|
||||
{
|
||||
Schema::Attribute attributesObject;
|
||||
if(!allSchemasNodeAttributesAttribute["Name"].isNull())
|
||||
attributesObject.name = allSchemasNodeAttributesAttribute["Name"].asString();
|
||||
if(!allSchemasNodeAttributesAttribute["DataType"].isNull())
|
||||
attributesObject.dataType = allSchemasNodeAttributesAttribute["DataType"].asString();
|
||||
if(!valueSchemasSchemaAttributesAttribute["Name"].isNull())
|
||||
attributesObject.name = valueSchemasSchemaAttributesAttribute["Name"].asString();
|
||||
if(!valueSchemasSchemaAttributesAttribute["DataType"].isNull())
|
||||
attributesObject.dataType = valueSchemasSchemaAttributesAttribute["DataType"].asString();
|
||||
schemasObject.attributes.push_back(attributesObject);
|
||||
}
|
||||
schemas_.push_back(schemasObject);
|
||||
|
||||
29
oos/src/model/GetServiceSettingsRequest.cc
Normal file
29
oos/src/model/GetServiceSettingsRequest.cc
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <alibabacloud/oos/model/GetServiceSettingsRequest.h>
|
||||
|
||||
using AlibabaCloud::Oos::Model::GetServiceSettingsRequest;
|
||||
|
||||
GetServiceSettingsRequest::GetServiceSettingsRequest() :
|
||||
RpcServiceRequest("oos", "2019-06-01", "GetServiceSettings")
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetServiceSettingsRequest::~GetServiceSettingsRequest()
|
||||
{}
|
||||
|
||||
65
oos/src/model/GetServiceSettingsResult.cc
Normal file
65
oos/src/model/GetServiceSettingsResult.cc
Normal file
@@ -0,0 +1,65 @@
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <alibabacloud/oos/model/GetServiceSettingsResult.h>
|
||||
#include <json/json.h>
|
||||
|
||||
using namespace AlibabaCloud::Oos;
|
||||
using namespace AlibabaCloud::Oos::Model;
|
||||
|
||||
GetServiceSettingsResult::GetServiceSettingsResult() :
|
||||
ServiceResult()
|
||||
{}
|
||||
|
||||
GetServiceSettingsResult::GetServiceSettingsResult(const std::string &payload) :
|
||||
ServiceResult()
|
||||
{
|
||||
parse(payload);
|
||||
}
|
||||
|
||||
GetServiceSettingsResult::~GetServiceSettingsResult()
|
||||
{}
|
||||
|
||||
void GetServiceSettingsResult::parse(const std::string &payload)
|
||||
{
|
||||
Json::Reader reader;
|
||||
Json::Value value;
|
||||
reader.parse(payload, value);
|
||||
setRequestId(value["RequestId"].asString());
|
||||
auto allServiceSettingsNode = value["ServiceSettings"]["ServiceSetting"];
|
||||
for (auto valueServiceSettingsServiceSetting : allServiceSettingsNode)
|
||||
{
|
||||
ServiceSetting serviceSettingsObject;
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssEnabled"].isNull())
|
||||
serviceSettingsObject.deliveryOssEnabled = valueServiceSettingsServiceSetting["DeliveryOssEnabled"].asString() == "true";
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssBucketName"].isNull())
|
||||
serviceSettingsObject.deliveryOssBucketName = valueServiceSettingsServiceSetting["DeliveryOssBucketName"].asString();
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssKeyPrefix"].isNull())
|
||||
serviceSettingsObject.deliveryOssKeyPrefix = valueServiceSettingsServiceSetting["DeliveryOssKeyPrefix"].asString();
|
||||
if(!valueServiceSettingsServiceSetting["DeliverySlsEnabled"].isNull())
|
||||
serviceSettingsObject.deliverySlsEnabled = valueServiceSettingsServiceSetting["DeliverySlsEnabled"].asString() == "true";
|
||||
if(!valueServiceSettingsServiceSetting["DeliverySlsProjectName"].isNull())
|
||||
serviceSettingsObject.deliverySlsProjectName = valueServiceSettingsServiceSetting["DeliverySlsProjectName"].asString();
|
||||
serviceSettings_.push_back(serviceSettingsObject);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
std::vector<GetServiceSettingsResult::ServiceSetting> GetServiceSettingsResult::getServiceSettings()const
|
||||
{
|
||||
return serviceSettings_;
|
||||
}
|
||||
|
||||
@@ -101,16 +101,16 @@ void ListExecutionsResult::parse(const std::string &payload)
|
||||
executionsObject.lastSuccessfulTriggerTime = valueExecutionsExecution["LastSuccessfulTriggerTime"].asString();
|
||||
if(!valueExecutionsExecution["ResourceStatus"].isNull())
|
||||
executionsObject.resourceStatus = valueExecutionsExecution["ResourceStatus"].asString();
|
||||
auto allCurrentTasksNode = allExecutionsNode["CurrentTasks"]["CurrentTask"];
|
||||
for (auto allExecutionsNodeCurrentTasksCurrentTask : allCurrentTasksNode)
|
||||
auto allCurrentTasksNode = valueExecutionsExecution["CurrentTasks"]["CurrentTask"];
|
||||
for (auto valueExecutionsExecutionCurrentTasksCurrentTask : allCurrentTasksNode)
|
||||
{
|
||||
Execution::CurrentTask currentTasksObject;
|
||||
if(!allExecutionsNodeCurrentTasksCurrentTask["TaskExecutionId"].isNull())
|
||||
currentTasksObject.taskExecutionId = allExecutionsNodeCurrentTasksCurrentTask["TaskExecutionId"].asString();
|
||||
if(!allExecutionsNodeCurrentTasksCurrentTask["TaskName"].isNull())
|
||||
currentTasksObject.taskName = allExecutionsNodeCurrentTasksCurrentTask["TaskName"].asString();
|
||||
if(!allExecutionsNodeCurrentTasksCurrentTask["TaskAction"].isNull())
|
||||
currentTasksObject.taskAction = allExecutionsNodeCurrentTasksCurrentTask["TaskAction"].asString();
|
||||
if(!valueExecutionsExecutionCurrentTasksCurrentTask["TaskExecutionId"].isNull())
|
||||
currentTasksObject.taskExecutionId = valueExecutionsExecutionCurrentTasksCurrentTask["TaskExecutionId"].asString();
|
||||
if(!valueExecutionsExecutionCurrentTasksCurrentTask["TaskName"].isNull())
|
||||
currentTasksObject.taskName = valueExecutionsExecutionCurrentTasksCurrentTask["TaskName"].asString();
|
||||
if(!valueExecutionsExecutionCurrentTasksCurrentTask["TaskAction"].isNull())
|
||||
currentTasksObject.taskAction = valueExecutionsExecutionCurrentTasksCurrentTask["TaskAction"].asString();
|
||||
executionsObject.currentTasks.push_back(currentTasksObject);
|
||||
}
|
||||
executions_.push_back(executionsObject);
|
||||
|
||||
84
oos/src/model/SetServiceSettingsRequest.cc
Normal file
84
oos/src/model/SetServiceSettingsRequest.cc
Normal file
@@ -0,0 +1,84 @@
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <alibabacloud/oos/model/SetServiceSettingsRequest.h>
|
||||
|
||||
using AlibabaCloud::Oos::Model::SetServiceSettingsRequest;
|
||||
|
||||
SetServiceSettingsRequest::SetServiceSettingsRequest() :
|
||||
RpcServiceRequest("oos", "2019-06-01", "SetServiceSettings")
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
SetServiceSettingsRequest::~SetServiceSettingsRequest()
|
||||
{}
|
||||
|
||||
bool SetServiceSettingsRequest::getDeliverySlsEnabled()const
|
||||
{
|
||||
return deliverySlsEnabled_;
|
||||
}
|
||||
|
||||
void SetServiceSettingsRequest::setDeliverySlsEnabled(bool deliverySlsEnabled)
|
||||
{
|
||||
deliverySlsEnabled_ = deliverySlsEnabled;
|
||||
setParameter("DeliverySlsEnabled", deliverySlsEnabled ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string SetServiceSettingsRequest::getDeliveryOssKeyPrefix()const
|
||||
{
|
||||
return deliveryOssKeyPrefix_;
|
||||
}
|
||||
|
||||
void SetServiceSettingsRequest::setDeliveryOssKeyPrefix(const std::string& deliveryOssKeyPrefix)
|
||||
{
|
||||
deliveryOssKeyPrefix_ = deliveryOssKeyPrefix;
|
||||
setParameter("DeliveryOssKeyPrefix", deliveryOssKeyPrefix);
|
||||
}
|
||||
|
||||
bool SetServiceSettingsRequest::getDeliveryOssEnabled()const
|
||||
{
|
||||
return deliveryOssEnabled_;
|
||||
}
|
||||
|
||||
void SetServiceSettingsRequest::setDeliveryOssEnabled(bool deliveryOssEnabled)
|
||||
{
|
||||
deliveryOssEnabled_ = deliveryOssEnabled;
|
||||
setParameter("DeliveryOssEnabled", deliveryOssEnabled ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string SetServiceSettingsRequest::getDeliverySlsProjectName()const
|
||||
{
|
||||
return deliverySlsProjectName_;
|
||||
}
|
||||
|
||||
void SetServiceSettingsRequest::setDeliverySlsProjectName(const std::string& deliverySlsProjectName)
|
||||
{
|
||||
deliverySlsProjectName_ = deliverySlsProjectName;
|
||||
setParameter("DeliverySlsProjectName", deliverySlsProjectName);
|
||||
}
|
||||
|
||||
std::string SetServiceSettingsRequest::getDeliveryOssBucketName()const
|
||||
{
|
||||
return deliveryOssBucketName_;
|
||||
}
|
||||
|
||||
void SetServiceSettingsRequest::setDeliveryOssBucketName(const std::string& deliveryOssBucketName)
|
||||
{
|
||||
deliveryOssBucketName_ = deliveryOssBucketName;
|
||||
setParameter("DeliveryOssBucketName", deliveryOssBucketName);
|
||||
}
|
||||
|
||||
65
oos/src/model/SetServiceSettingsResult.cc
Normal file
65
oos/src/model/SetServiceSettingsResult.cc
Normal file
@@ -0,0 +1,65 @@
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <alibabacloud/oos/model/SetServiceSettingsResult.h>
|
||||
#include <json/json.h>
|
||||
|
||||
using namespace AlibabaCloud::Oos;
|
||||
using namespace AlibabaCloud::Oos::Model;
|
||||
|
||||
SetServiceSettingsResult::SetServiceSettingsResult() :
|
||||
ServiceResult()
|
||||
{}
|
||||
|
||||
SetServiceSettingsResult::SetServiceSettingsResult(const std::string &payload) :
|
||||
ServiceResult()
|
||||
{
|
||||
parse(payload);
|
||||
}
|
||||
|
||||
SetServiceSettingsResult::~SetServiceSettingsResult()
|
||||
{}
|
||||
|
||||
void SetServiceSettingsResult::parse(const std::string &payload)
|
||||
{
|
||||
Json::Reader reader;
|
||||
Json::Value value;
|
||||
reader.parse(payload, value);
|
||||
setRequestId(value["RequestId"].asString());
|
||||
auto allServiceSettingsNode = value["ServiceSettings"]["ServiceSetting"];
|
||||
for (auto valueServiceSettingsServiceSetting : allServiceSettingsNode)
|
||||
{
|
||||
ServiceSetting serviceSettingsObject;
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssEnabled"].isNull())
|
||||
serviceSettingsObject.deliveryOssEnabled = valueServiceSettingsServiceSetting["DeliveryOssEnabled"].asString() == "true";
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssBucketName"].isNull())
|
||||
serviceSettingsObject.deliveryOssBucketName = valueServiceSettingsServiceSetting["DeliveryOssBucketName"].asString();
|
||||
if(!valueServiceSettingsServiceSetting["DeliveryOssKeyPrefix"].isNull())
|
||||
serviceSettingsObject.deliveryOssKeyPrefix = valueServiceSettingsServiceSetting["DeliveryOssKeyPrefix"].asString();
|
||||
if(!valueServiceSettingsServiceSetting["DeliverySlsEnabled"].isNull())
|
||||
serviceSettingsObject.deliverySlsEnabled = valueServiceSettingsServiceSetting["DeliverySlsEnabled"].asString() == "true";
|
||||
if(!valueServiceSettingsServiceSetting["DeliverySlsProjectName"].isNull())
|
||||
serviceSettingsObject.deliverySlsProjectName = valueServiceSettingsServiceSetting["DeliverySlsProjectName"].asString();
|
||||
serviceSettings_.push_back(serviceSettingsObject);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
std::vector<SetServiceSettingsResult::ServiceSetting> SetServiceSettingsResult::getServiceSettings()const
|
||||
{
|
||||
return serviceSettings_;
|
||||
}
|
||||
|
||||
@@ -126,6 +126,17 @@ void StartExecutionRequest::setTags(const std::map<std::string, std::string>& ta
|
||||
setJsonParameters("Tags", tags);
|
||||
}
|
||||
|
||||
std::string StartExecutionRequest::getTemplateContent()const
|
||||
{
|
||||
return templateContent_;
|
||||
}
|
||||
|
||||
void StartExecutionRequest::setTemplateContent(const std::string& templateContent)
|
||||
{
|
||||
templateContent_ = templateContent;
|
||||
setParameter("TemplateContent", templateContent);
|
||||
}
|
||||
|
||||
std::string StartExecutionRequest::getParentExecutionId()const
|
||||
{
|
||||
return parentExecutionId_;
|
||||
|
||||
Reference in New Issue
Block a user