regenerate code
This commit is contained in:
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
BindInstance2VpcRequest();
|
||||
~BindInstance2VpcRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getVirtualSwitchId()const;
|
||||
void setVirtualSwitchId(const std::string& virtualSwitchId);
|
||||
std::string getRegionNo()const;
|
||||
@@ -53,8 +53,8 @@ namespace AlibabaCloud
|
||||
void setVpcId(const std::string& vpcId);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string virtualSwitchId_;
|
||||
std::string regionNo_;
|
||||
std::string network_;
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
DeleteInstanceRequest();
|
||||
~DeleteInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
|
||||
};
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT DeleteTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,18 +41,18 @@ namespace AlibabaCloud
|
||||
DeleteTagsRequest();
|
||||
~DeleteTagsRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
std::vector<TagInfo> getTagInfo()const;
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
std::vector<TagInfo> tagInfo_;
|
||||
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
GetInstanceRequest();
|
||||
~GetInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
|
||||
};
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT InsertInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,12 +41,12 @@ namespace AlibabaCloud
|
||||
InsertInstanceRequest();
|
||||
~InsertInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNetwork()const;
|
||||
void setNetwork(const std::string& network);
|
||||
std::string getClusterType()const;
|
||||
@@ -56,9 +57,9 @@ namespace AlibabaCloud
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string description_;
|
||||
std::string accessKeyId_;
|
||||
std::string network_;
|
||||
std::string clusterType_;
|
||||
std::string instanceName_;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT InsertTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,18 +41,18 @@ namespace AlibabaCloud
|
||||
InsertTagsRequest();
|
||||
~InsertTagsRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
std::vector<TagInfo> getTagInfo()const;
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
std::vector<TagInfo> tagInfo_;
|
||||
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
ListClusterTypeRequest();
|
||||
~ListClusterTypeRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT ListInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,21 +41,21 @@ namespace AlibabaCloud
|
||||
ListInstanceRequest();
|
||||
~ListInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
long getPageNum()const;
|
||||
void setPageNum(long pageNum);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
long getPageSize()const;
|
||||
void setPageSize(long pageSize);
|
||||
std::vector<TagInfo> getTagInfo()const;
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
long pageNum_;
|
||||
std::string accessKeyId_;
|
||||
long pageSize_;
|
||||
std::vector<TagInfo> tagInfo_;
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT ListTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,12 +41,12 @@ namespace AlibabaCloud
|
||||
ListTagsRequest();
|
||||
~ListTagsRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
long getPageNum()const;
|
||||
void setPageNum(long pageNum);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
long getPageSize()const;
|
||||
@@ -54,9 +55,9 @@ namespace AlibabaCloud
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
long pageNum_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
long pageSize_;
|
||||
std::vector<TagInfo> tagInfo_;
|
||||
|
||||
@@ -35,21 +35,21 @@ namespace AlibabaCloud
|
||||
ListVpcInfoByInstanceRequest();
|
||||
~ListVpcInfoByInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
long getPageNum()const;
|
||||
void setPageNum(long pageNum);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
long getPageSize()const;
|
||||
void setPageSize(long pageSize);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
long pageNum_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceName_;
|
||||
long pageSize_;
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_OTS_EXPORT ListVpcInfoByVpcRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TagInfo
|
||||
{
|
||||
std::string tagValue;
|
||||
@@ -40,12 +41,12 @@ namespace AlibabaCloud
|
||||
ListVpcInfoByVpcRequest();
|
||||
~ListVpcInfoByVpcRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
long getPageNum()const;
|
||||
void setPageNum(long pageNum);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getVpcId()const;
|
||||
void setVpcId(const std::string& vpcId);
|
||||
long getPageSize()const;
|
||||
@@ -54,9 +55,9 @@ namespace AlibabaCloud
|
||||
void setTagInfo(const std::vector<TagInfo>& tagInfo);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
long pageNum_;
|
||||
std::string accessKeyId_;
|
||||
std::string vpcId_;
|
||||
long pageSize_;
|
||||
std::vector<TagInfo> tagInfo_;
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
UnbindInstance2VpcRequest();
|
||||
~UnbindInstance2VpcRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getRegionNo()const;
|
||||
void setRegionNo(const std::string& regionNo);
|
||||
std::string getInstanceVpcName()const;
|
||||
@@ -47,8 +47,8 @@ namespace AlibabaCloud
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string regionNo_;
|
||||
std::string instanceVpcName_;
|
||||
std::string instanceName_;
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
UpdateInstanceRequest();
|
||||
~UpdateInstanceRequest();
|
||||
|
||||
std::string getAccess_key_id()const;
|
||||
void setAccess_key_id(const std::string& access_key_id);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getNetwork()const;
|
||||
void setNetwork(const std::string& network);
|
||||
std::string getInstanceName()const;
|
||||
void setInstanceName(const std::string& instanceName);
|
||||
|
||||
private:
|
||||
std::string access_key_id_;
|
||||
long resourceOwnerId_;
|
||||
std::string accessKeyId_;
|
||||
std::string network_;
|
||||
std::string instanceName_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user