Generated 2019-03-06 for Dbs.
This commit is contained in:
@@ -25,15 +25,6 @@ ConfigureBackupPlanRequest::ConfigureBackupPlanRequest()
|
||||
|
||||
ConfigureBackupPlanRequest::~ConfigureBackupPlanRequest() {}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointRegion() const {
|
||||
return sourceEndpointRegion_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointRegion(const std::string &sourceEndpointRegion) {
|
||||
sourceEndpointRegion_ = sourceEndpointRegion;
|
||||
setParameter(std::string("SourceEndpointRegion"), sourceEndpointRegion);
|
||||
}
|
||||
|
||||
long ConfigureBackupPlanRequest::getBackupGatewayId() const {
|
||||
return backupGatewayId_;
|
||||
}
|
||||
@@ -43,15 +34,6 @@ void ConfigureBackupPlanRequest::setBackupGatewayId(long backupGatewayId) {
|
||||
setParameter(std::string("BackupGatewayId"), std::to_string(backupGatewayId));
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceID() const {
|
||||
return sourceEndpointInstanceID_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointInstanceID(const std::string &sourceEndpointInstanceID) {
|
||||
sourceEndpointInstanceID_ = sourceEndpointInstanceID;
|
||||
setParameter(std::string("SourceEndpointInstanceID"), sourceEndpointInstanceID);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointUserName() const {
|
||||
return sourceEndpointUserName_;
|
||||
}
|
||||
@@ -61,42 +43,6 @@ void ConfigureBackupPlanRequest::setSourceEndpointUserName(const std::string &so
|
||||
setParameter(std::string("SourceEndpointUserName"), sourceEndpointUserName);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupPlanId() const {
|
||||
return backupPlanId_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupPlanId(const std::string &backupPlanId) {
|
||||
backupPlanId_ = backupPlanId;
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointDatabaseName() const {
|
||||
return sourceEndpointDatabaseName_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointDatabaseName(const std::string &sourceEndpointDatabaseName) {
|
||||
sourceEndpointDatabaseName_ = sourceEndpointDatabaseName;
|
||||
setParameter(std::string("SourceEndpointDatabaseName"), sourceEndpointDatabaseName);
|
||||
}
|
||||
|
||||
int ConfigureBackupPlanRequest::getDuplicationInfrequentAccessPeriod() const {
|
||||
return duplicationInfrequentAccessPeriod_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setDuplicationInfrequentAccessPeriod(int duplicationInfrequentAccessPeriod) {
|
||||
duplicationInfrequentAccessPeriod_ = duplicationInfrequentAccessPeriod;
|
||||
setParameter(std::string("DuplicationInfrequentAccessPeriod"), std::to_string(duplicationInfrequentAccessPeriod));
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getResourceGroupId() const {
|
||||
return resourceGroupId_;
|
||||
}
|
||||
@@ -133,15 +79,6 @@ void ConfigureBackupPlanRequest::setCrossRoleName(const std::string &crossRoleNa
|
||||
setParameter(std::string("CrossRoleName"), crossRoleName);
|
||||
}
|
||||
|
||||
bool ConfigureBackupPlanRequest::getEnableBackupLog() const {
|
||||
return enableBackupLog_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setEnableBackupLog(bool enableBackupLog) {
|
||||
enableBackupLog_ = enableBackupLog;
|
||||
setParameter(std::string("EnableBackupLog"), enableBackupLog ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupStorageType() const {
|
||||
return backupStorageType_;
|
||||
}
|
||||
@@ -169,15 +106,6 @@ void ConfigureBackupPlanRequest::setBackupLogIntervalSeconds(int backupLogInterv
|
||||
setParameter(std::string("BackupLogIntervalSeconds"), std::to_string(backupLogIntervalSeconds));
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getCrossAliyunId() const {
|
||||
return crossAliyunId_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setCrossAliyunId(const std::string &crossAliyunId) {
|
||||
crossAliyunId_ = crossAliyunId;
|
||||
setParameter(std::string("CrossAliyunId"), crossAliyunId);
|
||||
}
|
||||
|
||||
bool ConfigureBackupPlanRequest::getAutoStartBackup() const {
|
||||
return autoStartBackup_;
|
||||
}
|
||||
@@ -196,24 +124,6 @@ void ConfigureBackupPlanRequest::setSourceEndpointPassword(const std::string &so
|
||||
setParameter(std::string("SourceEndpointPassword"), sourceEndpointPassword);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupObjects() const {
|
||||
return backupObjects_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupObjects(const std::string &backupObjects) {
|
||||
backupObjects_ = backupObjects;
|
||||
setParameter(std::string("BackupObjects"), backupObjects);
|
||||
}
|
||||
|
||||
long ConfigureBackupPlanRequest::getBackupRateLimit() const {
|
||||
return backupRateLimit_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupRateLimit(long backupRateLimit) {
|
||||
backupRateLimit_ = backupRateLimit;
|
||||
setParameter(std::string("BackupRateLimit"), std::to_string(backupRateLimit));
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
@@ -223,15 +133,6 @@ void ConfigureBackupPlanRequest::setOwnerId(const std::string &ownerId) {
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
int ConfigureBackupPlanRequest::getSourceEndpointPort() const {
|
||||
return sourceEndpointPort_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointPort(int sourceEndpointPort) {
|
||||
sourceEndpointPort_ = sourceEndpointPort;
|
||||
setParameter(std::string("SourceEndpointPort"), std::to_string(sourceEndpointPort));
|
||||
}
|
||||
|
||||
int ConfigureBackupPlanRequest::getBackupRetentionPeriod() const {
|
||||
return backupRetentionPeriod_;
|
||||
}
|
||||
@@ -277,15 +178,6 @@ void ConfigureBackupPlanRequest::setBackupPlanName(const std::string &backupPlan
|
||||
setParameter(std::string("BackupPlanName"), backupPlanName);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointOracleSID() const {
|
||||
return sourceEndpointOracleSID_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointOracleSID(const std::string &sourceEndpointOracleSID) {
|
||||
sourceEndpointOracleSID_ = sourceEndpointOracleSID;
|
||||
setParameter(std::string("SourceEndpointOracleSID"), sourceEndpointOracleSID);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getOSSBucketName() const {
|
||||
return oSSBucketName_;
|
||||
}
|
||||
@@ -295,6 +187,114 @@ void ConfigureBackupPlanRequest::setOSSBucketName(const std::string &oSSBucketNa
|
||||
setParameter(std::string("OSSBucketName"), oSSBucketName);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointRegion() const {
|
||||
return sourceEndpointRegion_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointRegion(const std::string &sourceEndpointRegion) {
|
||||
sourceEndpointRegion_ = sourceEndpointRegion;
|
||||
setParameter(std::string("SourceEndpointRegion"), sourceEndpointRegion);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceID() const {
|
||||
return sourceEndpointInstanceID_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointInstanceID(const std::string &sourceEndpointInstanceID) {
|
||||
sourceEndpointInstanceID_ = sourceEndpointInstanceID;
|
||||
setParameter(std::string("SourceEndpointInstanceID"), sourceEndpointInstanceID);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupPlanId() const {
|
||||
return backupPlanId_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupPlanId(const std::string &backupPlanId) {
|
||||
backupPlanId_ = backupPlanId;
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointDatabaseName() const {
|
||||
return sourceEndpointDatabaseName_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointDatabaseName(const std::string &sourceEndpointDatabaseName) {
|
||||
sourceEndpointDatabaseName_ = sourceEndpointDatabaseName;
|
||||
setParameter(std::string("SourceEndpointDatabaseName"), sourceEndpointDatabaseName);
|
||||
}
|
||||
|
||||
int ConfigureBackupPlanRequest::getDuplicationInfrequentAccessPeriod() const {
|
||||
return duplicationInfrequentAccessPeriod_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setDuplicationInfrequentAccessPeriod(int duplicationInfrequentAccessPeriod) {
|
||||
duplicationInfrequentAccessPeriod_ = duplicationInfrequentAccessPeriod;
|
||||
setParameter(std::string("DuplicationInfrequentAccessPeriod"), std::to_string(duplicationInfrequentAccessPeriod));
|
||||
}
|
||||
|
||||
bool ConfigureBackupPlanRequest::getEnableBackupLog() const {
|
||||
return enableBackupLog_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setEnableBackupLog(bool enableBackupLog) {
|
||||
enableBackupLog_ = enableBackupLog;
|
||||
setParameter(std::string("EnableBackupLog"), enableBackupLog ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getCrossAliyunId() const {
|
||||
return crossAliyunId_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setCrossAliyunId(const std::string &crossAliyunId) {
|
||||
crossAliyunId_ = crossAliyunId;
|
||||
setParameter(std::string("CrossAliyunId"), crossAliyunId);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupObjects() const {
|
||||
return backupObjects_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupObjects(const std::string &backupObjects) {
|
||||
backupObjects_ = backupObjects;
|
||||
setParameter(std::string("BackupObjects"), backupObjects);
|
||||
}
|
||||
|
||||
long ConfigureBackupPlanRequest::getBackupRateLimit() const {
|
||||
return backupRateLimit_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setBackupRateLimit(long backupRateLimit) {
|
||||
backupRateLimit_ = backupRateLimit;
|
||||
setParameter(std::string("BackupRateLimit"), std::to_string(backupRateLimit));
|
||||
}
|
||||
|
||||
int ConfigureBackupPlanRequest::getSourceEndpointPort() const {
|
||||
return sourceEndpointPort_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointPort(int sourceEndpointPort) {
|
||||
sourceEndpointPort_ = sourceEndpointPort;
|
||||
setParameter(std::string("SourceEndpointPort"), std::to_string(sourceEndpointPort));
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getSourceEndpointOracleSID() const {
|
||||
return sourceEndpointOracleSID_;
|
||||
}
|
||||
|
||||
void ConfigureBackupPlanRequest::setSourceEndpointOracleSID(const std::string &sourceEndpointOracleSID) {
|
||||
sourceEndpointOracleSID_ = sourceEndpointOracleSID;
|
||||
setParameter(std::string("SourceEndpointOracleSID"), sourceEndpointOracleSID);
|
||||
}
|
||||
|
||||
std::string ConfigureBackupPlanRequest::getBackupStrategyType() const {
|
||||
return backupStrategyType_;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,15 @@ void CreateFullBackupSetDownloadRequest::setClientToken(const std::string &clien
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string CreateFullBackupSetDownloadRequest::getBackupSetDataFormat() const {
|
||||
return backupSetDataFormat_;
|
||||
}
|
||||
|
||||
void CreateFullBackupSetDownloadRequest::setBackupSetDataFormat(const std::string &backupSetDataFormat) {
|
||||
backupSetDataFormat_ = backupSetDataFormat;
|
||||
setParameter(std::string("BackupSetDataFormat"), backupSetDataFormat);
|
||||
}
|
||||
|
||||
std::string CreateFullBackupSetDownloadRequest::getBackupSetId() const {
|
||||
return backupSetId_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void CreateFullBackupSetDownloadRequest::setOwnerId(const std::string &ownerId)
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string CreateFullBackupSetDownloadRequest::getBackupSetDataFormat() const {
|
||||
return backupSetDataFormat_;
|
||||
}
|
||||
|
||||
void CreateFullBackupSetDownloadRequest::setBackupSetDataFormat(const std::string &backupSetDataFormat) {
|
||||
backupSetDataFormat_ = backupSetDataFormat;
|
||||
setParameter(std::string("BackupSetDataFormat"), backupSetDataFormat);
|
||||
}
|
||||
|
||||
|
||||
@@ -61,6 +61,15 @@ void CreateGetDBListFromAgentTaskRequest::setClientToken(const std::string &clie
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string CreateGetDBListFromAgentTaskRequest::getSourceEndpointIP() const {
|
||||
return sourceEndpointIP_;
|
||||
}
|
||||
|
||||
void CreateGetDBListFromAgentTaskRequest::setSourceEndpointIP(const std::string &sourceEndpointIP) {
|
||||
sourceEndpointIP_ = sourceEndpointIP;
|
||||
setParameter(std::string("SourceEndpointIP"), sourceEndpointIP);
|
||||
}
|
||||
|
||||
std::string CreateGetDBListFromAgentTaskRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
@@ -79,12 +88,3 @@ void CreateGetDBListFromAgentTaskRequest::setSourceEndpointPort(int sourceEndpoi
|
||||
setParameter(std::string("SourceEndpointPort"), std::to_string(sourceEndpointPort));
|
||||
}
|
||||
|
||||
std::string CreateGetDBListFromAgentTaskRequest::getSourceEndpointIP() const {
|
||||
return sourceEndpointIP_;
|
||||
}
|
||||
|
||||
void CreateGetDBListFromAgentTaskRequest::setSourceEndpointIP(const std::string &sourceEndpointIP) {
|
||||
sourceEndpointIP_ = sourceEndpointIP;
|
||||
setParameter(std::string("SourceEndpointIP"), sourceEndpointIP);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,15 @@ void CreateIncrementBackupSetDownloadRequest::setClientToken(const std::string &
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string CreateIncrementBackupSetDownloadRequest::getBackupSetDataFormat() const {
|
||||
return backupSetDataFormat_;
|
||||
}
|
||||
|
||||
void CreateIncrementBackupSetDownloadRequest::setBackupSetDataFormat(const std::string &backupSetDataFormat) {
|
||||
backupSetDataFormat_ = backupSetDataFormat;
|
||||
setParameter(std::string("BackupSetDataFormat"), backupSetDataFormat);
|
||||
}
|
||||
|
||||
std::string CreateIncrementBackupSetDownloadRequest::getBackupSetName() const {
|
||||
return backupSetName_;
|
||||
}
|
||||
@@ -61,12 +70,3 @@ void CreateIncrementBackupSetDownloadRequest::setOwnerId(const std::string &owne
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string CreateIncrementBackupSetDownloadRequest::getBackupSetDataFormat() const {
|
||||
return backupSetDataFormat_;
|
||||
}
|
||||
|
||||
void CreateIncrementBackupSetDownloadRequest::setBackupSetDataFormat(const std::string &backupSetDataFormat) {
|
||||
backupSetDataFormat_ = backupSetDataFormat;
|
||||
setParameter(std::string("BackupSetDataFormat"), backupSetDataFormat);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,42 +34,6 @@ void CreateRestoreTaskRequest::setBackupGatewayId(long backupGatewayId) {
|
||||
setParameter(std::string("BackupGatewayId"), std::to_string(backupGatewayId));
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointInstanceType() const {
|
||||
return destinationEndpointInstanceType_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointInstanceType(const std::string &destinationEndpointInstanceType) {
|
||||
destinationEndpointInstanceType_ = destinationEndpointInstanceType;
|
||||
setParameter(std::string("DestinationEndpointInstanceType"), destinationEndpointInstanceType);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getBackupPlanId() const {
|
||||
return backupPlanId_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setBackupPlanId(const std::string &backupPlanId) {
|
||||
backupPlanId_ = backupPlanId;
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointRegion() const {
|
||||
return destinationEndpointRegion_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointRegion(const std::string &destinationEndpointRegion) {
|
||||
destinationEndpointRegion_ = destinationEndpointRegion;
|
||||
setParameter(std::string("DestinationEndpointRegion"), destinationEndpointRegion);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getCrossRoleName() const {
|
||||
return crossRoleName_;
|
||||
}
|
||||
@@ -88,15 +52,6 @@ void CreateRestoreTaskRequest::setDestinationEndpointUserName(const std::string
|
||||
setParameter(std::string("DestinationEndpointUserName"), destinationEndpointUserName);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getRestoreObjects() const {
|
||||
return restoreObjects_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreObjects(const std::string &restoreObjects) {
|
||||
restoreObjects_ = restoreObjects;
|
||||
setParameter(std::string("RestoreObjects"), restoreObjects);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getRestoreTaskName() const {
|
||||
return restoreTaskName_;
|
||||
}
|
||||
@@ -106,15 +61,6 @@ void CreateRestoreTaskRequest::setRestoreTaskName(const std::string &restoreTask
|
||||
setParameter(std::string("RestoreTaskName"), restoreTaskName);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getRestoreHome() const {
|
||||
return restoreHome_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreHome(const std::string &restoreHome) {
|
||||
restoreHome_ = restoreHome;
|
||||
setParameter(std::string("RestoreHome"), restoreHome);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointOracleSID() const {
|
||||
return destinationEndpointOracleSID_;
|
||||
}
|
||||
@@ -124,33 +70,6 @@ void CreateRestoreTaskRequest::setDestinationEndpointOracleSID(const std::string
|
||||
setParameter(std::string("DestinationEndpointOracleSID"), destinationEndpointOracleSID);
|
||||
}
|
||||
|
||||
long CreateRestoreTaskRequest::getRestoreTime() const {
|
||||
return restoreTime_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreTime(long restoreTime) {
|
||||
restoreTime_ = restoreTime;
|
||||
setParameter(std::string("RestoreTime"), std::to_string(restoreTime));
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getCrossAliyunId() const {
|
||||
return crossAliyunId_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setCrossAliyunId(const std::string &crossAliyunId) {
|
||||
crossAliyunId_ = crossAliyunId;
|
||||
setParameter(std::string("CrossAliyunId"), crossAliyunId);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointInstanceID() const {
|
||||
return destinationEndpointInstanceID_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointInstanceID(const std::string &destinationEndpointInstanceID) {
|
||||
destinationEndpointInstanceID_ = destinationEndpointInstanceID;
|
||||
setParameter(std::string("DestinationEndpointInstanceID"), destinationEndpointInstanceID);
|
||||
}
|
||||
|
||||
int CreateRestoreTaskRequest::getDestinationEndpointPort() const {
|
||||
return destinationEndpointPort_;
|
||||
}
|
||||
@@ -196,15 +115,6 @@ void CreateRestoreTaskRequest::setDestinationEndpointIP(const std::string &desti
|
||||
setParameter(std::string("DestinationEndpointIP"), destinationEndpointIP);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointDatabaseName() const {
|
||||
return destinationEndpointDatabaseName_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointDatabaseName(const std::string &destinationEndpointDatabaseName) {
|
||||
destinationEndpointDatabaseName_ = destinationEndpointDatabaseName;
|
||||
setParameter(std::string("DestinationEndpointDatabaseName"), destinationEndpointDatabaseName);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDuplicateConflict() const {
|
||||
return duplicateConflict_;
|
||||
}
|
||||
@@ -214,6 +124,96 @@ void CreateRestoreTaskRequest::setDuplicateConflict(const std::string &duplicate
|
||||
setParameter(std::string("DuplicateConflict"), duplicateConflict);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointInstanceType() const {
|
||||
return destinationEndpointInstanceType_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointInstanceType(const std::string &destinationEndpointInstanceType) {
|
||||
destinationEndpointInstanceType_ = destinationEndpointInstanceType;
|
||||
setParameter(std::string("DestinationEndpointInstanceType"), destinationEndpointInstanceType);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getBackupPlanId() const {
|
||||
return backupPlanId_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setBackupPlanId(const std::string &backupPlanId) {
|
||||
backupPlanId_ = backupPlanId;
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointRegion() const {
|
||||
return destinationEndpointRegion_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointRegion(const std::string &destinationEndpointRegion) {
|
||||
destinationEndpointRegion_ = destinationEndpointRegion;
|
||||
setParameter(std::string("DestinationEndpointRegion"), destinationEndpointRegion);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getRestoreObjects() const {
|
||||
return restoreObjects_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreObjects(const std::string &restoreObjects) {
|
||||
restoreObjects_ = restoreObjects;
|
||||
setParameter(std::string("RestoreObjects"), restoreObjects);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getRestoreHome() const {
|
||||
return restoreHome_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreHome(const std::string &restoreHome) {
|
||||
restoreHome_ = restoreHome;
|
||||
setParameter(std::string("RestoreHome"), restoreHome);
|
||||
}
|
||||
|
||||
long CreateRestoreTaskRequest::getRestoreTime() const {
|
||||
return restoreTime_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setRestoreTime(long restoreTime) {
|
||||
restoreTime_ = restoreTime;
|
||||
setParameter(std::string("RestoreTime"), std::to_string(restoreTime));
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getCrossAliyunId() const {
|
||||
return crossAliyunId_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setCrossAliyunId(const std::string &crossAliyunId) {
|
||||
crossAliyunId_ = crossAliyunId;
|
||||
setParameter(std::string("CrossAliyunId"), crossAliyunId);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointInstanceID() const {
|
||||
return destinationEndpointInstanceID_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointInstanceID(const std::string &destinationEndpointInstanceID) {
|
||||
destinationEndpointInstanceID_ = destinationEndpointInstanceID;
|
||||
setParameter(std::string("DestinationEndpointInstanceID"), destinationEndpointInstanceID);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointDatabaseName() const {
|
||||
return destinationEndpointDatabaseName_;
|
||||
}
|
||||
|
||||
void CreateRestoreTaskRequest::setDestinationEndpointDatabaseName(const std::string &destinationEndpointDatabaseName) {
|
||||
destinationEndpointDatabaseName_ = destinationEndpointDatabaseName;
|
||||
setParameter(std::string("DestinationEndpointDatabaseName"), destinationEndpointDatabaseName);
|
||||
}
|
||||
|
||||
std::string CreateRestoreTaskRequest::getDestinationEndpointPassword() const {
|
||||
return destinationEndpointPassword_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ DescribeBackupGatewayListRequest::DescribeBackupGatewayListRequest()
|
||||
|
||||
DescribeBackupGatewayListRequest::~DescribeBackupGatewayListRequest() {}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getIdentifier() const {
|
||||
return identifier_;
|
||||
}
|
||||
|
||||
void DescribeBackupGatewayListRequest::setIdentifier(const std::string &identifier) {
|
||||
identifier_ = identifier;
|
||||
setParameter(std::string("Identifier"), identifier);
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -52,15 +43,6 @@ void DescribeBackupGatewayListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupGatewayListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
int DescribeBackupGatewayListRequest::getPageSize() const {
|
||||
return pageSize_;
|
||||
}
|
||||
@@ -70,6 +52,24 @@ void DescribeBackupGatewayListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getIdentifier() const {
|
||||
return identifier_;
|
||||
}
|
||||
|
||||
void DescribeBackupGatewayListRequest::setIdentifier(const std::string &identifier) {
|
||||
identifier_ = identifier;
|
||||
setParameter(std::string("Identifier"), identifier);
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupGatewayListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getRegion() const {
|
||||
return region_;
|
||||
}
|
||||
|
||||
@@ -43,15 +43,6 @@ void DescribeBackupPlanBillingRequest::setBackupPlanId(const std::string &backup
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanBillingRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanBillingRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
bool DescribeBackupPlanBillingRequest::getShowStorageType() const {
|
||||
return showStorageType_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void DescribeBackupPlanBillingRequest::setShowStorageType(bool showStorageType)
|
||||
setParameter(std::string("ShowStorageType"), showStorageType ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanBillingRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanBillingRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -68,8 +68,6 @@ void DescribeBackupPlanBillingResult::parse(const std::string &payload)
|
||||
item_.buyChargeType = itemNode["BuyChargeType"].asString();
|
||||
if(!itemNode["UsedIncrementBytes"].isNull())
|
||||
item_.usedIncrementBytes = std::stol(itemNode["UsedIncrementBytes"].asString());
|
||||
if(!itemNode["ResourceGroupId"].isNull())
|
||||
item_.resourceGroupId = itemNode["ResourceGroupId"].asString();
|
||||
if(!value["HttpStatusCode"].isNull())
|
||||
httpStatusCode_ = std::stoi(value["HttpStatusCode"].asString());
|
||||
if(!value["ErrCode"].isNull())
|
||||
|
||||
@@ -52,15 +52,6 @@ void DescribeBackupPlanListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getResourceGroupId() const {
|
||||
return resourceGroupId_;
|
||||
}
|
||||
@@ -79,15 +70,6 @@ void DescribeBackupPlanListRequest::setBackupPlanStatus(const std::string &backu
|
||||
setParameter(std::string("BackupPlanStatus"), backupPlanStatus);
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getBackupPlanName() const {
|
||||
return backupPlanName_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanListRequest::setBackupPlanName(const std::string &backupPlanName) {
|
||||
backupPlanName_ = backupPlanName;
|
||||
setParameter(std::string("BackupPlanName"), backupPlanName);
|
||||
}
|
||||
|
||||
int DescribeBackupPlanListRequest::getPageSize() const {
|
||||
return pageSize_;
|
||||
}
|
||||
@@ -97,6 +79,24 @@ void DescribeBackupPlanListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getBackupPlanName() const {
|
||||
return backupPlanName_;
|
||||
}
|
||||
|
||||
void DescribeBackupPlanListRequest::setBackupPlanName(const std::string &backupPlanName) {
|
||||
backupPlanName_ = backupPlanName;
|
||||
setParameter(std::string("BackupPlanName"), backupPlanName);
|
||||
}
|
||||
|
||||
std::string DescribeBackupPlanListRequest::getRegion() const {
|
||||
return region_;
|
||||
}
|
||||
|
||||
@@ -115,6 +115,8 @@ void DescribeBackupPlanListResult::parse(const std::string &payload)
|
||||
itemsObject.enableBackupLog = valueItemsBackupPlanDetail["EnableBackupLog"].asString() == "true";
|
||||
if(!valueItemsBackupPlanDetail["ResourceGroupId"].isNull())
|
||||
itemsObject.resourceGroupId = valueItemsBackupPlanDetail["ResourceGroupId"].asString();
|
||||
if(!valueItemsBackupPlanDetail["DatabaseType"].isNull())
|
||||
itemsObject.databaseType = valueItemsBackupPlanDetail["DatabaseType"].asString();
|
||||
items_.push_back(itemsObject);
|
||||
}
|
||||
if(!value["HttpStatusCode"].isNull())
|
||||
|
||||
@@ -34,15 +34,6 @@ void DescribeBackupSetDownloadTaskListRequest::setClientToken(const std::string
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string DescribeBackupSetDownloadTaskListRequest::getBackupSetDownloadTaskId() const {
|
||||
return backupSetDownloadTaskId_;
|
||||
}
|
||||
|
||||
void DescribeBackupSetDownloadTaskListRequest::setBackupSetDownloadTaskId(const std::string &backupSetDownloadTaskId) {
|
||||
backupSetDownloadTaskId_ = backupSetDownloadTaskId;
|
||||
setParameter(std::string("BackupSetDownloadTaskId"), backupSetDownloadTaskId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupSetDownloadTaskListRequest::getBackupPlanId() const {
|
||||
return backupPlanId_;
|
||||
}
|
||||
@@ -61,15 +52,6 @@ void DescribeBackupSetDownloadTaskListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeBackupSetDownloadTaskListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupSetDownloadTaskListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
int DescribeBackupSetDownloadTaskListRequest::getPageSize() const {
|
||||
return pageSize_;
|
||||
}
|
||||
@@ -79,3 +61,21 @@ void DescribeBackupSetDownloadTaskListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeBackupSetDownloadTaskListRequest::getBackupSetDownloadTaskId() const {
|
||||
return backupSetDownloadTaskId_;
|
||||
}
|
||||
|
||||
void DescribeBackupSetDownloadTaskListRequest::setBackupSetDownloadTaskId(const std::string &backupSetDownloadTaskId) {
|
||||
backupSetDownloadTaskId_ = backupSetDownloadTaskId;
|
||||
setParameter(std::string("BackupSetDownloadTaskId"), backupSetDownloadTaskId);
|
||||
}
|
||||
|
||||
std::string DescribeBackupSetDownloadTaskListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeBackupSetDownloadTaskListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void DescribeFullBackupListRequest::setBackupPlanId(const std::string &backupPla
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string DescribeFullBackupListRequest::getBackupSetId() const {
|
||||
return backupSetId_;
|
||||
}
|
||||
|
||||
void DescribeFullBackupListRequest::setBackupSetId(const std::string &backupSetId) {
|
||||
backupSetId_ = backupSetId;
|
||||
setParameter(std::string("BackupSetId"), backupSetId);
|
||||
}
|
||||
|
||||
int DescribeFullBackupListRequest::getPageNum() const {
|
||||
return pageNum_;
|
||||
}
|
||||
@@ -61,15 +52,6 @@ void DescribeFullBackupListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeFullBackupListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeFullBackupListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
long DescribeFullBackupListRequest::getStartTimestamp() const {
|
||||
return startTimestamp_;
|
||||
}
|
||||
@@ -106,3 +88,21 @@ void DescribeFullBackupListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeFullBackupListRequest::getBackupSetId() const {
|
||||
return backupSetId_;
|
||||
}
|
||||
|
||||
void DescribeFullBackupListRequest::setBackupSetId(const std::string &backupSetId) {
|
||||
backupSetId_ = backupSetId;
|
||||
setParameter(std::string("BackupSetId"), backupSetId);
|
||||
}
|
||||
|
||||
std::string DescribeFullBackupListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeFullBackupListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -52,15 +52,6 @@ void DescribeIncrementBackupListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeIncrementBackupListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeIncrementBackupListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
long DescribeIncrementBackupListRequest::getStartTimestamp() const {
|
||||
return startTimestamp_;
|
||||
}
|
||||
@@ -97,3 +88,12 @@ void DescribeIncrementBackupListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeIncrementBackupListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeIncrementBackupListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void DescribeJobErrorCodeRequest::setLanguage(const std::string &language) {
|
||||
setParameter(std::string("Language"), language);
|
||||
}
|
||||
|
||||
std::string DescribeJobErrorCodeRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeJobErrorCodeRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string DescribeJobErrorCodeRequest::getTaskId() const {
|
||||
return taskId_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void DescribeJobErrorCodeRequest::setTaskId(const std::string &taskId) {
|
||||
setParameter(std::string("TaskId"), taskId);
|
||||
}
|
||||
|
||||
std::string DescribeJobErrorCodeRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeJobErrorCodeRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void DescribePreCheckProgressListRequest::setBackupPlanId(const std::string &bac
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string DescribePreCheckProgressListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribePreCheckProgressListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string DescribePreCheckProgressListRequest::getRestoreTaskId() const {
|
||||
return restoreTaskId_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void DescribePreCheckProgressListRequest::setRestoreTaskId(const std::string &re
|
||||
setParameter(std::string("RestoreTaskId"), restoreTaskId);
|
||||
}
|
||||
|
||||
std::string DescribePreCheckProgressListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribePreCheckProgressListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void DescribeRestoreRangeInfoRequest::setBeginTimestampForRestore(long beginTime
|
||||
setParameter(std::string("BeginTimestampForRestore"), std::to_string(beginTimestampForRestore));
|
||||
}
|
||||
|
||||
long DescribeRestoreRangeInfoRequest::getEndTimestampForRestore() const {
|
||||
return endTimestampForRestore_;
|
||||
}
|
||||
|
||||
void DescribeRestoreRangeInfoRequest::setEndTimestampForRestore(long endTimestampForRestore) {
|
||||
endTimestampForRestore_ = endTimestampForRestore;
|
||||
setParameter(std::string("EndTimestampForRestore"), std::to_string(endTimestampForRestore));
|
||||
}
|
||||
|
||||
std::string DescribeRestoreRangeInfoRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -61,15 +52,6 @@ void DescribeRestoreRangeInfoRequest::setBackupPlanId(const std::string &backupP
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string DescribeRestoreRangeInfoRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeRestoreRangeInfoRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
bool DescribeRestoreRangeInfoRequest::getRecentlyRestore() const {
|
||||
return recentlyRestore_;
|
||||
}
|
||||
@@ -79,3 +61,21 @@ void DescribeRestoreRangeInfoRequest::setRecentlyRestore(bool recentlyRestore) {
|
||||
setParameter(std::string("RecentlyRestore"), recentlyRestore ? "true" : "false");
|
||||
}
|
||||
|
||||
long DescribeRestoreRangeInfoRequest::getEndTimestampForRestore() const {
|
||||
return endTimestampForRestore_;
|
||||
}
|
||||
|
||||
void DescribeRestoreRangeInfoRequest::setEndTimestampForRestore(long endTimestampForRestore) {
|
||||
endTimestampForRestore_ = endTimestampForRestore;
|
||||
setParameter(std::string("EndTimestampForRestore"), std::to_string(endTimestampForRestore));
|
||||
}
|
||||
|
||||
std::string DescribeRestoreRangeInfoRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeRestoreRangeInfoRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -52,15 +52,6 @@ void DescribeRestoreTaskListRequest::setPageNum(int pageNum) {
|
||||
setParameter(std::string("PageNum"), std::to_string(pageNum));
|
||||
}
|
||||
|
||||
std::string DescribeRestoreTaskListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeRestoreTaskListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
long DescribeRestoreTaskListRequest::getStartTimestamp() const {
|
||||
return startTimestamp_;
|
||||
}
|
||||
@@ -97,3 +88,12 @@ void DescribeRestoreTaskListRequest::setPageSize(int pageSize) {
|
||||
setParameter(std::string("PageSize"), std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeRestoreTaskListRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void DescribeRestoreTaskListRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -52,15 +52,6 @@ void GetDBListFromAgentRequest::setClientToken(const std::string &clientToken) {
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string GetDBListFromAgentRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void GetDBListFromAgentRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
long GetDBListFromAgentRequest::getTaskId() const {
|
||||
return taskId_;
|
||||
}
|
||||
@@ -70,3 +61,12 @@ void GetDBListFromAgentRequest::setTaskId(long taskId) {
|
||||
setParameter(std::string("TaskId"), std::to_string(taskId));
|
||||
}
|
||||
|
||||
std::string GetDBListFromAgentRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void GetDBListFromAgentRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -70,6 +70,24 @@ void ModifyBackupSetDownloadRulesRequest::setBackupPlanId(const std::string &bac
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string ModifyBackupSetDownloadRulesRequest::getBackupSetDownloadTargetTypeLocation() const {
|
||||
return backupSetDownloadTargetTypeLocation_;
|
||||
}
|
||||
|
||||
void ModifyBackupSetDownloadRulesRequest::setBackupSetDownloadTargetTypeLocation(const std::string &backupSetDownloadTargetTypeLocation) {
|
||||
backupSetDownloadTargetTypeLocation_ = backupSetDownloadTargetTypeLocation;
|
||||
setParameter(std::string("BackupSetDownloadTargetTypeLocation"), backupSetDownloadTargetTypeLocation);
|
||||
}
|
||||
|
||||
std::string ModifyBackupSetDownloadRulesRequest::getBackupSetDownloadDir() const {
|
||||
return backupSetDownloadDir_;
|
||||
}
|
||||
|
||||
void ModifyBackupSetDownloadRulesRequest::setBackupSetDownloadDir(const std::string &backupSetDownloadDir) {
|
||||
backupSetDownloadDir_ = backupSetDownloadDir;
|
||||
setParameter(std::string("BackupSetDownloadDir"), backupSetDownloadDir);
|
||||
}
|
||||
|
||||
std::string ModifyBackupSetDownloadRulesRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
@@ -97,21 +115,3 @@ void ModifyBackupSetDownloadRulesRequest::setIncrementDataFormat(const std::stri
|
||||
setParameter(std::string("IncrementDataFormat"), incrementDataFormat);
|
||||
}
|
||||
|
||||
std::string ModifyBackupSetDownloadRulesRequest::getBackupSetDownloadTargetTypeLocation() const {
|
||||
return backupSetDownloadTargetTypeLocation_;
|
||||
}
|
||||
|
||||
void ModifyBackupSetDownloadRulesRequest::setBackupSetDownloadTargetTypeLocation(const std::string &backupSetDownloadTargetTypeLocation) {
|
||||
backupSetDownloadTargetTypeLocation_ = backupSetDownloadTargetTypeLocation;
|
||||
setParameter(std::string("BackupSetDownloadTargetTypeLocation"), backupSetDownloadTargetTypeLocation);
|
||||
}
|
||||
|
||||
std::string ModifyBackupSetDownloadRulesRequest::getBackupSetDownloadDir() const {
|
||||
return backupSetDownloadDir_;
|
||||
}
|
||||
|
||||
void ModifyBackupSetDownloadRulesRequest::setBackupSetDownloadDir(const std::string &backupSetDownloadDir) {
|
||||
backupSetDownloadDir_ = backupSetDownloadDir;
|
||||
setParameter(std::string("BackupSetDownloadDir"), backupSetDownloadDir);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ ModifyBackupStrategyRequest::ModifyBackupStrategyRequest()
|
||||
|
||||
ModifyBackupStrategyRequest::~ModifyBackupStrategyRequest() {}
|
||||
|
||||
int ModifyBackupStrategyRequest::getBackupLogIntervalSeconds() const {
|
||||
return backupLogIntervalSeconds_;
|
||||
}
|
||||
|
||||
void ModifyBackupStrategyRequest::setBackupLogIntervalSeconds(int backupLogIntervalSeconds) {
|
||||
backupLogIntervalSeconds_ = backupLogIntervalSeconds;
|
||||
setParameter(std::string("BackupLogIntervalSeconds"), std::to_string(backupLogIntervalSeconds));
|
||||
}
|
||||
|
||||
std::string ModifyBackupStrategyRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -52,6 +43,24 @@ void ModifyBackupStrategyRequest::setBackupPlanId(const std::string &backupPlanI
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string ModifyBackupStrategyRequest::getBackupStartTime() const {
|
||||
return backupStartTime_;
|
||||
}
|
||||
|
||||
void ModifyBackupStrategyRequest::setBackupStartTime(const std::string &backupStartTime) {
|
||||
backupStartTime_ = backupStartTime;
|
||||
setParameter(std::string("BackupStartTime"), backupStartTime);
|
||||
}
|
||||
|
||||
int ModifyBackupStrategyRequest::getBackupLogIntervalSeconds() const {
|
||||
return backupLogIntervalSeconds_;
|
||||
}
|
||||
|
||||
void ModifyBackupStrategyRequest::setBackupLogIntervalSeconds(int backupLogIntervalSeconds) {
|
||||
backupLogIntervalSeconds_ = backupLogIntervalSeconds;
|
||||
setParameter(std::string("BackupLogIntervalSeconds"), std::to_string(backupLogIntervalSeconds));
|
||||
}
|
||||
|
||||
std::string ModifyBackupStrategyRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
@@ -70,15 +79,6 @@ void ModifyBackupStrategyRequest::setBackupPeriod(const std::string &backupPerio
|
||||
setParameter(std::string("BackupPeriod"), backupPeriod);
|
||||
}
|
||||
|
||||
std::string ModifyBackupStrategyRequest::getBackupStartTime() const {
|
||||
return backupStartTime_;
|
||||
}
|
||||
|
||||
void ModifyBackupStrategyRequest::setBackupStartTime(const std::string &backupStartTime) {
|
||||
backupStartTime_ = backupStartTime;
|
||||
setParameter(std::string("BackupStartTime"), backupStartTime);
|
||||
}
|
||||
|
||||
std::string ModifyBackupStrategyRequest::getBackupStrategyType() const {
|
||||
return backupStrategyType_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ ModifyStorageStrategyRequest::ModifyStorageStrategyRequest()
|
||||
|
||||
ModifyStorageStrategyRequest::~ModifyStorageStrategyRequest() {}
|
||||
|
||||
int ModifyStorageStrategyRequest::getDuplicationArchivePeriod() const {
|
||||
return duplicationArchivePeriod_;
|
||||
}
|
||||
|
||||
void ModifyStorageStrategyRequest::setDuplicationArchivePeriod(int duplicationArchivePeriod) {
|
||||
duplicationArchivePeriod_ = duplicationArchivePeriod;
|
||||
setParameter(std::string("DuplicationArchivePeriod"), std::to_string(duplicationArchivePeriod));
|
||||
}
|
||||
|
||||
std::string ModifyStorageStrategyRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -52,6 +43,24 @@ void ModifyStorageStrategyRequest::setBackupPlanId(const std::string &backupPlan
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
int ModifyStorageStrategyRequest::getDuplicationInfrequentAccessPeriod() const {
|
||||
return duplicationInfrequentAccessPeriod_;
|
||||
}
|
||||
|
||||
void ModifyStorageStrategyRequest::setDuplicationInfrequentAccessPeriod(int duplicationInfrequentAccessPeriod) {
|
||||
duplicationInfrequentAccessPeriod_ = duplicationInfrequentAccessPeriod;
|
||||
setParameter(std::string("DuplicationInfrequentAccessPeriod"), std::to_string(duplicationInfrequentAccessPeriod));
|
||||
}
|
||||
|
||||
int ModifyStorageStrategyRequest::getDuplicationArchivePeriod() const {
|
||||
return duplicationArchivePeriod_;
|
||||
}
|
||||
|
||||
void ModifyStorageStrategyRequest::setDuplicationArchivePeriod(int duplicationArchivePeriod) {
|
||||
duplicationArchivePeriod_ = duplicationArchivePeriod;
|
||||
setParameter(std::string("DuplicationArchivePeriod"), std::to_string(duplicationArchivePeriod));
|
||||
}
|
||||
|
||||
std::string ModifyStorageStrategyRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
@@ -70,12 +79,3 @@ void ModifyStorageStrategyRequest::setBackupRetentionPeriod(int backupRetentionP
|
||||
setParameter(std::string("BackupRetentionPeriod"), std::to_string(backupRetentionPeriod));
|
||||
}
|
||||
|
||||
int ModifyStorageStrategyRequest::getDuplicationInfrequentAccessPeriod() const {
|
||||
return duplicationInfrequentAccessPeriod_;
|
||||
}
|
||||
|
||||
void ModifyStorageStrategyRequest::setDuplicationInfrequentAccessPeriod(int duplicationInfrequentAccessPeriod) {
|
||||
duplicationInfrequentAccessPeriod_ = duplicationInfrequentAccessPeriod;
|
||||
setParameter(std::string("DuplicationInfrequentAccessPeriod"), std::to_string(duplicationInfrequentAccessPeriod));
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ RenewBackupPlanRequest::RenewBackupPlanRequest()
|
||||
|
||||
RenewBackupPlanRequest::~RenewBackupPlanRequest() {}
|
||||
|
||||
std::string RenewBackupPlanRequest::getPeriod() const {
|
||||
return period_;
|
||||
}
|
||||
|
||||
void RenewBackupPlanRequest::setPeriod(const std::string &period) {
|
||||
period_ = period;
|
||||
setParameter(std::string("Period"), period);
|
||||
}
|
||||
|
||||
std::string RenewBackupPlanRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -52,6 +43,15 @@ void RenewBackupPlanRequest::setBackupPlanId(const std::string &backupPlanId) {
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string RenewBackupPlanRequest::getPeriod() const {
|
||||
return period_;
|
||||
}
|
||||
|
||||
void RenewBackupPlanRequest::setPeriod(const std::string &period) {
|
||||
period_ = period;
|
||||
setParameter(std::string("Period"), period);
|
||||
}
|
||||
|
||||
std::string RenewBackupPlanRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
@@ -34,15 +34,6 @@ void StartRestoreTaskRequest::setClientToken(const std::string &clientToken) {
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string StartRestoreTaskRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void StartRestoreTaskRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string StartRestoreTaskRequest::getRestoreTaskId() const {
|
||||
return restoreTaskId_;
|
||||
}
|
||||
@@ -52,3 +43,12 @@ void StartRestoreTaskRequest::setRestoreTaskId(const std::string &restoreTaskId)
|
||||
setParameter(std::string("RestoreTaskId"), restoreTaskId);
|
||||
}
|
||||
|
||||
std::string StartRestoreTaskRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void StartRestoreTaskRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void UpgradeBackupPlanRequest::setBackupPlanId(const std::string &backupPlanId)
|
||||
setParameter(std::string("BackupPlanId"), backupPlanId);
|
||||
}
|
||||
|
||||
std::string UpgradeBackupPlanRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void UpgradeBackupPlanRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
std::string UpgradeBackupPlanRequest::getInstanceClass() const {
|
||||
return instanceClass_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void UpgradeBackupPlanRequest::setInstanceClass(const std::string &instanceClass
|
||||
setParameter(std::string("InstanceClass"), instanceClass);
|
||||
}
|
||||
|
||||
std::string UpgradeBackupPlanRequest::getOwnerId() const {
|
||||
return ownerId_;
|
||||
}
|
||||
|
||||
void UpgradeBackupPlanRequest::setOwnerId(const std::string &ownerId) {
|
||||
ownerId_ = ownerId;
|
||||
setParameter(std::string("OwnerId"), ownerId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user