Generated 2016-07-14 for CloudAPI.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
AddIpControlPolicyItemRequest();
|
||||
~AddIpControlPolicyItemRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
@@ -43,15 +45,13 @@ namespace AlibabaCloud
|
||||
void setAppId(const std::string& appId);
|
||||
std::string getCidrIp()const;
|
||||
void setCidrIp(const std::string& cidrIp);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string appId_;
|
||||
std::string cidrIp_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,22 +39,22 @@ namespace AlibabaCloud
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getSpecialKey()const;
|
||||
void setSpecialKey(const std::string& specialKey);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getTrafficValue()const;
|
||||
void setTrafficValue(int trafficValue);
|
||||
std::string getSpecialType()const;
|
||||
void setSpecialType(const std::string& specialType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSpecialType()const;
|
||||
void setSpecialType(const std::string& specialType);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string specialKey_;
|
||||
std::string securityToken_;
|
||||
int trafficValue_;
|
||||
std::string specialType_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string specialType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,29 +40,29 @@ namespace AlibabaCloud
|
||||
CreateApiGroupRequest();
|
||||
~CreateApiGroupRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getSource()const;
|
||||
void setSource(const std::string& source);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::string securityToken_;
|
||||
std::string description_;
|
||||
std::string source_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceId_;
|
||||
std::string securityToken_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,10 +37,6 @@ namespace AlibabaCloud
|
||||
|
||||
bool getSupportRoute()const;
|
||||
void setSupportRoute(bool supportRoute);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getVariableName()const;
|
||||
void setVariableName(const std::string& variableName);
|
||||
std::string getVariableValue()const;
|
||||
void setVariableValue(const std::string& variableValue);
|
||||
std::string getGroupId()const;
|
||||
@@ -49,17 +45,21 @@ namespace AlibabaCloud
|
||||
void setStageRouteModel(const std::string& stageRouteModel);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getVariableName()const;
|
||||
void setVariableName(const std::string& variableName);
|
||||
std::string getStageId()const;
|
||||
void setStageId(const std::string& stageId);
|
||||
|
||||
private:
|
||||
bool supportRoute_;
|
||||
std::string securityToken_;
|
||||
std::string variableName_;
|
||||
std::string variableValue_;
|
||||
std::string groupId_;
|
||||
std::string stageRouteModel_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string variableName_;
|
||||
std::string stageId_;
|
||||
|
||||
};
|
||||
|
||||
@@ -40,23 +40,23 @@ namespace AlibabaCloud
|
||||
CreateAppRequest();
|
||||
~CreateAppRequest();
|
||||
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppName()const;
|
||||
void setAppName(const std::string& appName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string appName_;
|
||||
std::string securityToken_;
|
||||
std::string description_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_CREATEINSTANCEREQUEST_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_CREATEINSTANCEREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT CreateInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
CreateInstanceRequest();
|
||||
~CreateInstanceRequest();
|
||||
|
||||
bool getAutoPay()const;
|
||||
void setAutoPay(bool autoPay);
|
||||
std::string getInstanceSpec()const;
|
||||
void setInstanceSpec(const std::string& instanceSpec);
|
||||
std::string getHttpsPolicy()const;
|
||||
void setHttpsPolicy(const std::string& httpsPolicy);
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
int getDuration()const;
|
||||
void setDuration(int duration);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
std::string getZoneId()const;
|
||||
void setZoneId(const std::string& zoneId);
|
||||
std::string getChargeType()const;
|
||||
void setChargeType(const std::string& chargeType);
|
||||
std::string getPricingCycle()const;
|
||||
void setPricingCycle(const std::string& pricingCycle);
|
||||
|
||||
private:
|
||||
bool autoPay_;
|
||||
std::string instanceSpec_;
|
||||
std::string httpsPolicy_;
|
||||
std::string token_;
|
||||
int duration_;
|
||||
std::string instanceName_;
|
||||
std::string zoneId_;
|
||||
std::string chargeType_;
|
||||
std::string pricingCycle_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_CREATEINSTANCEREQUEST_H_
|
||||
@@ -1,51 +1,51 @@
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_SDKGENERATERESULT_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_SDKGENERATERESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT SdkGenerateResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
SdkGenerateResult();
|
||||
explicit SdkGenerateResult(const std::string &payload);
|
||||
~SdkGenerateResult();
|
||||
std::string getDownloadLink()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string downloadLink_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_SDKGENERATERESULT_H_
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_CREATEINSTANCERESULT_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_CREATEINSTANCERESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT CreateInstanceResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
CreateInstanceResult();
|
||||
explicit CreateInstanceResult(const std::string &payload);
|
||||
~CreateInstanceResult();
|
||||
std::string getInstanceId()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string instanceId_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_CREATEINSTANCERESULT_H_
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
CreateIntranetDomainRequest();
|
||||
~CreateIntranetDomainRequest();
|
||||
|
||||
bool getDeleteInternetDomain()const;
|
||||
void setDeleteInternetDomain(bool deleteInternetDomain);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
bool getDeleteInternetDomain()const;
|
||||
void setDeleteInternetDomain(bool deleteInternetDomain);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
bool deleteInternetDomain_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
bool deleteInternetDomain_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,26 +40,26 @@ namespace AlibabaCloud
|
||||
CreateIpControlRequest();
|
||||
~CreateIpControlRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getIpControlName()const;
|
||||
void setIpControlName(const std::string& ipControlName);
|
||||
std::string getIpControlType()const;
|
||||
void setIpControlType(const std::string& ipControlType);
|
||||
std::vector<IpControlPolicys> getIpControlPolicys()const;
|
||||
void setIpControlPolicys(const std::vector<IpControlPolicys>& ipControlPolicys);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getIpControlType()const;
|
||||
void setIpControlType(const std::string& ipControlType);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string ipControlName_;
|
||||
std::string ipControlType_;
|
||||
std::vector<IpControlPolicys> ipControlPolicys_;
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string ipControlType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getSlsLogStore()const;
|
||||
void setSlsLogStore(const std::string& slsLogStore);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getSlsProject()const;
|
||||
void setSlsProject(const std::string& slsProject);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string slsLogStore_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
std::string regionId_;
|
||||
std::string slsProject_;
|
||||
std::string accessKeyId_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
CreateSignatureRequest();
|
||||
~CreateSignatureRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureName()const;
|
||||
void setSignatureName(const std::string& signatureName);
|
||||
std::string getSignatureKey()const;
|
||||
void setSignatureKey(const std::string& signatureKey);
|
||||
std::string getSignatureSecret()const;
|
||||
void setSignatureSecret(const std::string& signatureSecret);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureKey()const;
|
||||
void setSignatureKey(const std::string& signatureKey);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string signatureName_;
|
||||
std::string signatureKey_;
|
||||
std::string signatureSecret_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string signatureKey_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,32 +35,32 @@ namespace AlibabaCloud
|
||||
CreateTrafficControlRequest();
|
||||
~CreateTrafficControlRequest();
|
||||
|
||||
int getApiDefault()const;
|
||||
void setApiDefault(int apiDefault);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getTrafficControlName()const;
|
||||
void setTrafficControlName(const std::string& trafficControlName);
|
||||
std::string getTrafficControlUnit()const;
|
||||
void setTrafficControlUnit(const std::string& trafficControlUnit);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
int getUserDefault()const;
|
||||
void setUserDefault(int userDefault);
|
||||
int getAppDefault()const;
|
||||
void setAppDefault(int appDefault);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getApiDefault()const;
|
||||
void setApiDefault(int apiDefault);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getTrafficControlUnit()const;
|
||||
void setTrafficControlUnit(const std::string& trafficControlUnit);
|
||||
int getAppDefault()const;
|
||||
void setAppDefault(int appDefault);
|
||||
|
||||
private:
|
||||
int apiDefault_;
|
||||
std::string securityToken_;
|
||||
std::string trafficControlName_;
|
||||
std::string trafficControlUnit_;
|
||||
std::string description_;
|
||||
int userDefault_;
|
||||
int appDefault_;
|
||||
std::string accessKeyId_;
|
||||
int apiDefault_;
|
||||
std::string securityToken_;
|
||||
std::string trafficControlUnit_;
|
||||
int appDefault_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,15 +37,15 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getTrafficControlId()const;
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string securityToken_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,20 +40,20 @@ namespace AlibabaCloud
|
||||
DeleteApiGroupRequest();
|
||||
~DeleteApiGroupRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteApiRequest();
|
||||
~DeleteApiRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,22 +35,22 @@ namespace AlibabaCloud
|
||||
DeleteApiStageVariableRequest();
|
||||
~DeleteApiStageVariableRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getVariableName()const;
|
||||
void setVariableName(const std::string& variableName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getVariableName()const;
|
||||
void setVariableName(const std::string& variableName);
|
||||
std::string getStageId()const;
|
||||
void setStageId(const std::string& stageId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string variableName_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string variableName_;
|
||||
std::string stageId_;
|
||||
|
||||
};
|
||||
|
||||
@@ -40,20 +40,20 @@ namespace AlibabaCloud
|
||||
DeleteAppRequest();
|
||||
~DeleteAppRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
DeleteDomainCertificateRequest();
|
||||
~DeleteDomainCertificateRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getCertificateId()const;
|
||||
@@ -45,13 +43,15 @@ namespace AlibabaCloud
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string certificateId_;
|
||||
std::string domainName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DeleteDomainRequest();
|
||||
~DeleteDomainRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_DELETEINSTANCEREQUEST_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_DELETEINSTANCEREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT DeleteInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
DeleteInstanceRequest();
|
||||
~DeleteInstanceRequest();
|
||||
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
|
||||
private:
|
||||
std::string token_;
|
||||
std::string instanceId_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_DELETEINSTANCEREQUEST_H_
|
||||
@@ -0,0 +1,49 @@
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_DELETEINSTANCERESULT_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_DELETEINSTANCERESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT DeleteInstanceResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
DeleteInstanceResult();
|
||||
explicit DeleteInstanceResult(const std::string &payload);
|
||||
~DeleteInstanceResult();
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_DELETEINSTANCERESULT_H_
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteIpControlRequest();
|
||||
~DeleteIpControlRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteLogConfigRequest();
|
||||
~DeleteLogConfigRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
std::string regionId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteSignatureRequest();
|
||||
~DeleteSignatureRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string signatureId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,15 +37,15 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getTrafficControlId()const;
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string securityToken_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,19 +39,19 @@ namespace AlibabaCloud
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getSpecialKey()const;
|
||||
void setSpecialKey(const std::string& specialKey);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSpecialType()const;
|
||||
void setSpecialType(const std::string& specialType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string specialKey_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string specialType_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string description_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
DescribeApiErrorDataRequest();
|
||||
~DescribeApiErrorDataRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,20 +40,20 @@ namespace AlibabaCloud
|
||||
DescribeApiGroupRequest();
|
||||
~DescribeApiGroupRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,14 +40,8 @@ namespace AlibabaCloud
|
||||
DescribeApiGroupsRequest();
|
||||
~DescribeApiGroupsRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
bool getEnableTagAuth()const;
|
||||
void setEnableTagAuth(bool enableTagAuth);
|
||||
std::string getGroupName()const;
|
||||
@@ -56,16 +50,22 @@ namespace AlibabaCloud
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
bool enableTagAuth_;
|
||||
std::string groupName_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,30 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getPageNumber()const;
|
||||
void setPageNumber(const std::string& pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string pageSize_;
|
||||
std::string apiId_;
|
||||
std::string pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
std::string pageSize_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getHistoryVersion()const;
|
||||
void setHistoryVersion(const std::string& historyVersion);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
std::string historyVersion_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,26 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
DescribeApiLatencyDataRequest();
|
||||
~DescribeApiLatencyDataRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
DescribeApiQpsDataRequest();
|
||||
~DescribeApiQpsDataRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DescribeApiRequest();
|
||||
~DescribeApiRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,26 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
DescribeApiStageRequest();
|
||||
~DescribeApiStageRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getStageId()const;
|
||||
void setStageId(const std::string& stageId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string stageId_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,26 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
DescribeApiTrafficDataRequest();
|
||||
~DescribeApiTrafficDataRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
DescribeApisByAppRequest();
|
||||
~DescribeApisByAppRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
DescribeApisByIpControlRequest();
|
||||
~DescribeApisByIpControlRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
DescribeApisBySignatureRequest();
|
||||
~DescribeApisBySignatureRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string signatureId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getTrafficControlId()const;
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,41 +40,41 @@ namespace AlibabaCloud
|
||||
DescribeApisRequest();
|
||||
~DescribeApisRequest();
|
||||
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getCatalogId()const;
|
||||
void setCatalogId(const std::string& catalogId);
|
||||
std::string getVisibility()const;
|
||||
void setVisibility(const std::string& visibility);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
bool getEnableTagAuth()const;
|
||||
void setEnableTagAuth(bool enableTagAuth);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getCatalogId()const;
|
||||
void setCatalogId(const std::string& catalogId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string apiName_;
|
||||
std::string catalogId_;
|
||||
std::string visibility_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
bool enableTagAuth_;
|
||||
std::string apiId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string apiName_;
|
||||
std::string catalogId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,12 @@ namespace AlibabaCloud
|
||||
DescribeAppAttributesRequest();
|
||||
~DescribeAppAttributesRequest();
|
||||
|
||||
bool getEnableTagAuth()const;
|
||||
void setEnableTagAuth(bool enableTagAuth);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppName()const;
|
||||
void setAppName(const std::string& appName);
|
||||
std::string getSecurityToken()const;
|
||||
@@ -50,22 +56,16 @@ namespace AlibabaCloud
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
bool getEnableTagAuth()const;
|
||||
void setEnableTagAuth(bool enableTagAuth);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
bool enableTagAuth_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string appName_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
bool enableTagAuth_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DescribeAppRequest();
|
||||
~DescribeAppRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,20 +40,20 @@ namespace AlibabaCloud
|
||||
DescribeAppSecurityRequest();
|
||||
~DescribeAppSecurityRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
DescribeAuthorizedApisRequest();
|
||||
~DescribeAuthorizedApisRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,36 +37,36 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getAppName()const;
|
||||
void setAppName(const std::string& appName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
long getAppOwnerId()const;
|
||||
void setAppOwnerId(long appOwnerId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppName()const;
|
||||
void setAppName(const std::string& appName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string appName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
long appId_;
|
||||
long appOwnerId_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string appName_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,36 +42,36 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
bool getEnableTagAuth()const;
|
||||
void setEnableTagAuth(bool enableTagAuth);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
bool enableTagAuth_;
|
||||
std::string apiId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DescribeDomainRequest();
|
||||
~DescribeDomainRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DescribeDomainsResolutionRequest();
|
||||
~DescribeDomainsResolutionRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getDomainNames()const;
|
||||
void setDomainNames(const std::string& domainNames);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string domainNames_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,30 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getPageNumber()const;
|
||||
void setPageNumber(const std::string& pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string pageSize_;
|
||||
std::string apiId_;
|
||||
std::string pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
std::string pageSize_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,10 @@ namespace AlibabaCloud
|
||||
DescribeIpControlPolicyItemsRequest();
|
||||
~DescribeIpControlPolicyItemsRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getPolicyItemId()const;
|
||||
@@ -43,18 +47,14 @@ namespace AlibabaCloud
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string policyItemId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
DescribeIpControlsRequest();
|
||||
~DescribeIpControlsRequest();
|
||||
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getIpControlName()const;
|
||||
void setIpControlName(const std::string& ipControlName);
|
||||
std::string getIpControlType()const;
|
||||
void setIpControlType(const std::string& ipControlType);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getIpControlType()const;
|
||||
void setIpControlType(const std::string& ipControlType);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string ipControlName_;
|
||||
std::string ipControlType_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string ipControlType_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,17 @@ namespace AlibabaCloud
|
||||
DescribeLogConfigRequest();
|
||||
~DescribeLogConfigRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
std::string regionId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DescribePurchasedApiGroupRequest();
|
||||
~DescribePurchasedApiGroupRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DescribePurchasedApiGroupsRequest();
|
||||
~DescribePurchasedApiGroupsRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,33 +37,33 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getVisibility()const;
|
||||
void setVisibility(const std::string& visibility);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getApiName()const;
|
||||
void setApiName(const std::string& apiName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string apiName_;
|
||||
std::string visibility_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string apiName_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DescribeRegionsRequest();
|
||||
~DescribeRegionsRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getLanguage()const;
|
||||
void setLanguage(const std::string& language);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string language_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
DescribeSignaturesRequest();
|
||||
~DescribeSignaturesRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureName()const;
|
||||
void setSignatureName(const std::string& signatureName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string signatureName_;
|
||||
int pageSize_;
|
||||
std::string signatureId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
DescribeSystemParametersRequest();
|
||||
~DescribeSystemParametersRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,31 +39,31 @@ namespace AlibabaCloud
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getTrafficControlName()const;
|
||||
void setTrafficControlName(const std::string& trafficControlName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string trafficControlName_;
|
||||
std::string groupId_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
DescribeVpcAccessesRequest();
|
||||
~DescribeVpcAccessesRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,24 +42,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::vector<std::string> getResourceId()const;
|
||||
void setResourceId(const std::vector<std::string>& resourceId);
|
||||
std::string getResourceType()const;
|
||||
void setResourceType(const std::string& resourceType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getNextToken()const;
|
||||
void setNextToken(const std::string& nextToken);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getResourceType()const;
|
||||
void setResourceType(const std::string& resourceType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::vector<std::string> resourceId_;
|
||||
std::string resourceType_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string nextToken_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string resourceType_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,26 +40,26 @@ namespace AlibabaCloud
|
||||
ModifyApiGroupRequest();
|
||||
~ModifyApiGroupRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string description_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string groupName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,26 +40,26 @@ namespace AlibabaCloud
|
||||
ModifyAppRequest();
|
||||
~ModifyAppRequest();
|
||||
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppName()const;
|
||||
void setAppName(const std::string& appName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string appName_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::string description_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
ModifyIpControlPolicyItemRequest();
|
||||
~ModifyIpControlPolicyItemRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getPolicyItemId()const;
|
||||
@@ -45,16 +47,14 @@ namespace AlibabaCloud
|
||||
void setAppId(const std::string& appId);
|
||||
std::string getCidrIp()const;
|
||||
void setCidrIp(const std::string& cidrIp);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string policyItemId_;
|
||||
std::string securityToken_;
|
||||
std::string appId_;
|
||||
std::string cidrIp_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
ModifyIpControlRequest();
|
||||
~ModifyIpControlRequest();
|
||||
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getIpControlName()const;
|
||||
void setIpControlName(const std::string& ipControlName);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string ipControlName_;
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getSlsLogStore()const;
|
||||
void setSlsLogStore(const std::string& slsLogStore);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getRegionId()const;
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getSlsProject()const;
|
||||
void setSlsProject(const std::string& slsProject);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getLogType()const;
|
||||
void setLogType(const std::string& logType);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string slsLogStore_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
std::string regionId_;
|
||||
std::string slsProject_;
|
||||
std::string accessKeyId_;
|
||||
std::string logType_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
ModifySignatureRequest();
|
||||
~ModifySignatureRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureName()const;
|
||||
void setSignatureName(const std::string& signatureName);
|
||||
std::string getSignatureKey()const;
|
||||
void setSignatureKey(const std::string& signatureKey);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
std::string getSignatureSecret()const;
|
||||
void setSignatureSecret(const std::string& signatureSecret);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getSignatureKey()const;
|
||||
void setSignatureKey(const std::string& signatureKey);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string signatureName_;
|
||||
std::string signatureKey_;
|
||||
std::string signatureId_;
|
||||
std::string signatureSecret_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string signatureKey_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,33 +37,33 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getTrafficControlId()const;
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
int getApiDefault()const;
|
||||
void setApiDefault(int apiDefault);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getTrafficControlName()const;
|
||||
void setTrafficControlName(const std::string& trafficControlName);
|
||||
std::string getTrafficControlUnit()const;
|
||||
void setTrafficControlUnit(const std::string& trafficControlUnit);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
int getUserDefault()const;
|
||||
void setUserDefault(int userDefault);
|
||||
int getAppDefault()const;
|
||||
void setAppDefault(int appDefault);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getApiDefault()const;
|
||||
void setApiDefault(int apiDefault);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getTrafficControlUnit()const;
|
||||
void setTrafficControlUnit(const std::string& trafficControlUnit);
|
||||
int getAppDefault()const;
|
||||
void setAppDefault(int appDefault);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
int apiDefault_;
|
||||
std::string securityToken_;
|
||||
std::string trafficControlName_;
|
||||
std::string trafficControlUnit_;
|
||||
std::string description_;
|
||||
int userDefault_;
|
||||
int appDefault_;
|
||||
std::string accessKeyId_;
|
||||
int apiDefault_;
|
||||
std::string securityToken_;
|
||||
std::string trafficControlUnit_;
|
||||
int appDefault_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
ReactivateDomainRequest();
|
||||
~ReactivateDomainRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,26 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
long appId_;
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,24 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppIds()const;
|
||||
void setAppIds(const std::string& appIds);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string appIds_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string apiId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
RemoveIpControlPolicyItemRequest();
|
||||
~RemoveIpControlPolicyItemRequest();
|
||||
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPolicyItemIds()const;
|
||||
void setPolicyItemIds(const std::string& policyItemIds);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string accessKeyId_;
|
||||
std::string policyItemIds_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string signatureId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,21 +39,21 @@ namespace AlibabaCloud
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
RemoveVpcAccessRequest();
|
||||
~RemoveVpcAccessRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getSecurityToken()const;
|
||||
@@ -43,15 +45,13 @@ namespace AlibabaCloud
|
||||
void setPort(int port);
|
||||
std::string getVpcId()const;
|
||||
void setVpcId(const std::string& vpcId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string instanceId_;
|
||||
std::string securityToken_;
|
||||
int port_;
|
||||
std::string vpcId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
ResetAppCodeRequest();
|
||||
~ResetAppCodeRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAppCode()const;
|
||||
void setAppCode(const std::string& appCode);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string appCode_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
ResetAppSecretRequest();
|
||||
~ResetAppSecretRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getAppKey()const;
|
||||
void setAppKey(const std::string& appKey);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string appKey_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
SdkGenerateByAppRequest();
|
||||
~SdkGenerateByAppRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getLanguage()const;
|
||||
void setLanguage(const std::string& language);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::string language_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
SdkGenerateByGroupRequest();
|
||||
~SdkGenerateByGroupRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getLanguage()const;
|
||||
void setLanguage(const std::string& language);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string language_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,60 +0,0 @@
|
||||
/*
|
||||
* 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_CLOUDAPI_MODEL_SDKGENERATEREQUEST_H_
|
||||
#define ALIBABACLOUD_CLOUDAPI_MODEL_SDKGENERATEREQUEST_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <alibabacloud/cloudapi/CloudAPIExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace CloudAPI
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_CLOUDAPI_EXPORT SdkGenerateRequest : public RpcServiceRequest
|
||||
{
|
||||
|
||||
public:
|
||||
SdkGenerateRequest();
|
||||
~SdkGenerateRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getLanguage()const;
|
||||
void setLanguage(const std::string& language);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
long appId_;
|
||||
std::string language_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_CLOUDAPI_MODEL_SDKGENERATEREQUEST_H_
|
||||
@@ -39,30 +39,30 @@ namespace AlibabaCloud
|
||||
void setAuthVaildTime(const std::string& authVaildTime);
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAuthValidTime()const;
|
||||
void setAuthValidTime(const std::string& authValidTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
long getAppId()const;
|
||||
void setAppId(long appId);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string authVaildTime_;
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
long appId_;
|
||||
std::string description_;
|
||||
std::string authValidTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
long appId_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,31 +39,31 @@ namespace AlibabaCloud
|
||||
void setAuthVaildTime(const std::string& authVaildTime);
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getAppIds()const;
|
||||
void setAppIds(const std::string& appIds);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
std::string getAuthValidTime()const;
|
||||
void setAuthValidTime(const std::string& authValidTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getAppIds()const;
|
||||
void setAppIds(const std::string& appIds);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiId()const;
|
||||
void setApiId(const std::string& apiId);
|
||||
|
||||
private:
|
||||
std::string authVaildTime_;
|
||||
std::string stageName_;
|
||||
std::string appIds_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string description_;
|
||||
std::string apiId_;
|
||||
std::string authValidTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string appIds_;
|
||||
std::string securityToken_;
|
||||
std::string apiId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
SetDomainCertificateRequest();
|
||||
~SetDomainCertificateRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getCertificatePrivateKey()const;
|
||||
void setCertificatePrivateKey(const std::string& certificatePrivateKey);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getCertificateName()const;
|
||||
void setCertificateName(const std::string& certificateName);
|
||||
std::string getCertificateBody()const;
|
||||
void setCertificateBody(const std::string& certificateBody);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getCertificateName()const;
|
||||
void setCertificateName(const std::string& certificateName);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string certificatePrivateKey_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string certificateName_;
|
||||
std::string certificateBody_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string certificateName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
SetDomainRequest();
|
||||
~SetDomainRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
SetDomainWebSocketStatusRequest();
|
||||
~SetDomainWebSocketStatusRequest();
|
||||
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getActionValue()const;
|
||||
void setActionValue(const std::string& actionValue);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getActionValue()const;
|
||||
void setActionValue(const std::string& actionValue);
|
||||
|
||||
private:
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string domainName_;
|
||||
std::string actionValue_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string actionValue_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getIpControlId()const;
|
||||
void setIpControlId(const std::string& ipControlId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string ipControlId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getSignatureId()const;
|
||||
void setSignatureId(const std::string& signatureId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string signatureId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,21 +39,21 @@ namespace AlibabaCloud
|
||||
void setTrafficControlId(const std::string& trafficControlId);
|
||||
std::string getStageName()const;
|
||||
void setStageName(const std::string& stageName);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSecurityToken()const;
|
||||
void setSecurityToken(const std::string& securityToken);
|
||||
std::string getApiIds()const;
|
||||
void setApiIds(const std::string& apiIds);
|
||||
|
||||
private:
|
||||
std::string trafficControlId_;
|
||||
std::string stageName_;
|
||||
std::string securityToken_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string securityToken_;
|
||||
std::string apiIds_;
|
||||
|
||||
};
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user