|
@@ -32,10 +32,8 @@ public:
|
|
|
~DescribeDBInstancesAsCsvRequest();
|
|
~DescribeDBInstancesAsCsvRequest();
|
|
|
long getResourceOwnerId() const;
|
|
long getResourceOwnerId() const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
- std::string getResourceOwnerAccount() const;
|
|
|
|
|
- void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
|
|
|
|
|
- long getOwnerId() const;
|
|
|
|
|
- void setOwnerId(long ownerId);
|
|
|
|
|
|
|
+ std::string getExportKey() const;
|
|
|
|
|
+ void setExportKey(const std::string &exportKey);
|
|
|
std::string getAccessKeyId() const;
|
|
std::string getAccessKeyId() const;
|
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
|
std::string getResourceGroupId() const;
|
|
std::string getResourceGroupId() const;
|
|
@@ -44,15 +42,23 @@ public:
|
|
|
void setRegionId(const std::string ®ionId);
|
|
void setRegionId(const std::string ®ionId);
|
|
|
std::string getDBInstanceId() const;
|
|
std::string getDBInstanceId() const;
|
|
|
void setDBInstanceId(const std::string &dBInstanceId);
|
|
void setDBInstanceId(const std::string &dBInstanceId);
|
|
|
|
|
+ std::string getResourceOwnerAccount() const;
|
|
|
|
|
+ void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
|
|
|
|
|
+ bool getCachedAsync() const;
|
|
|
|
|
+ void setCachedAsync(bool cachedAsync);
|
|
|
|
|
+ long getOwnerId() const;
|
|
|
|
|
+ void setOwnerId(long ownerId);
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
long resourceOwnerId_;
|
|
|
- std::string resourceOwnerAccount_;
|
|
|
|
|
- long ownerId_;
|
|
|
|
|
|
|
+ std::string exportKey_;
|
|
|
std::string accessKeyId_;
|
|
std::string accessKeyId_;
|
|
|
std::string resourceGroupId_;
|
|
std::string resourceGroupId_;
|
|
|
std::string regionId_;
|
|
std::string regionId_;
|
|
|
std::string dBInstanceId_;
|
|
std::string dBInstanceId_;
|
|
|
|
|
+ std::string resourceOwnerAccount_;
|
|
|
|
|
+ bool cachedAsync_;
|
|
|
|
|
+ long ownerId_;
|
|
|
};
|
|
};
|
|
|
} // namespace Model
|
|
} // namespace Model
|
|
|
} // namespace Rds
|
|
} // namespace Rds
|