|
|
@@ -35,7 +35,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointRegion()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointRegion(const std::string& sourceEndpointRegion)
|
|
|
{
|
|
|
sourceEndpointRegion_ = sourceEndpointRegion;
|
|
|
- setCoreParameter("SourceEndpointRegion", sourceEndpointRegion);
|
|
|
+ setParameter("SourceEndpointRegion", sourceEndpointRegion);
|
|
|
}
|
|
|
|
|
|
long ConfigureBackupPlanRequest::getBackupGatewayId()const
|
|
|
@@ -46,7 +46,7 @@ long ConfigureBackupPlanRequest::getBackupGatewayId()const
|
|
|
void ConfigureBackupPlanRequest::setBackupGatewayId(long backupGatewayId)
|
|
|
{
|
|
|
backupGatewayId_ = backupGatewayId;
|
|
|
- setCoreParameter("BackupGatewayId", std::to_string(backupGatewayId));
|
|
|
+ setParameter("BackupGatewayId", std::to_string(backupGatewayId));
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceID()const
|
|
|
@@ -57,7 +57,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceID()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointInstanceID(const std::string& sourceEndpointInstanceID)
|
|
|
{
|
|
|
sourceEndpointInstanceID_ = sourceEndpointInstanceID;
|
|
|
- setCoreParameter("SourceEndpointInstanceID", sourceEndpointInstanceID);
|
|
|
+ setParameter("SourceEndpointInstanceID", sourceEndpointInstanceID);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointUserName()const
|
|
|
@@ -68,7 +68,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointUserName()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointUserName(const std::string& sourceEndpointUserName)
|
|
|
{
|
|
|
sourceEndpointUserName_ = sourceEndpointUserName;
|
|
|
- setCoreParameter("SourceEndpointUserName", sourceEndpointUserName);
|
|
|
+ setParameter("SourceEndpointUserName", sourceEndpointUserName);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getClientToken()const
|
|
|
@@ -79,7 +79,7 @@ std::string ConfigureBackupPlanRequest::getClientToken()const
|
|
|
void ConfigureBackupPlanRequest::setClientToken(const std::string& clientToken)
|
|
|
{
|
|
|
clientToken_ = clientToken;
|
|
|
- setCoreParameter("ClientToken", clientToken);
|
|
|
+ setParameter("ClientToken", clientToken);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getBackupPlanId()const
|
|
|
@@ -90,7 +90,7 @@ std::string ConfigureBackupPlanRequest::getBackupPlanId()const
|
|
|
void ConfigureBackupPlanRequest::setBackupPlanId(const std::string& backupPlanId)
|
|
|
{
|
|
|
backupPlanId_ = backupPlanId;
|
|
|
- setCoreParameter("BackupPlanId", backupPlanId);
|
|
|
+ setParameter("BackupPlanId", backupPlanId);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointDatabaseName()const
|
|
|
@@ -101,7 +101,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointDatabaseName()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointDatabaseName(const std::string& sourceEndpointDatabaseName)
|
|
|
{
|
|
|
sourceEndpointDatabaseName_ = sourceEndpointDatabaseName;
|
|
|
- setCoreParameter("SourceEndpointDatabaseName", sourceEndpointDatabaseName);
|
|
|
+ setParameter("SourceEndpointDatabaseName", sourceEndpointDatabaseName);
|
|
|
}
|
|
|
|
|
|
int ConfigureBackupPlanRequest::getDuplicationInfrequentAccessPeriod()const
|
|
|
@@ -112,7 +112,7 @@ int ConfigureBackupPlanRequest::getDuplicationInfrequentAccessPeriod()const
|
|
|
void ConfigureBackupPlanRequest::setDuplicationInfrequentAccessPeriod(int duplicationInfrequentAccessPeriod)
|
|
|
{
|
|
|
duplicationInfrequentAccessPeriod_ = duplicationInfrequentAccessPeriod;
|
|
|
- setCoreParameter("DuplicationInfrequentAccessPeriod", std::to_string(duplicationInfrequentAccessPeriod));
|
|
|
+ setParameter("DuplicationInfrequentAccessPeriod", std::to_string(duplicationInfrequentAccessPeriod));
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getBackupStartTime()const
|
|
|
@@ -123,7 +123,7 @@ std::string ConfigureBackupPlanRequest::getBackupStartTime()const
|
|
|
void ConfigureBackupPlanRequest::setBackupStartTime(const std::string& backupStartTime)
|
|
|
{
|
|
|
backupStartTime_ = backupStartTime;
|
|
|
- setCoreParameter("BackupStartTime", backupStartTime);
|
|
|
+ setParameter("BackupStartTime", backupStartTime);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointIP()const
|
|
|
@@ -134,7 +134,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointIP()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointIP(const std::string& sourceEndpointIP)
|
|
|
{
|
|
|
sourceEndpointIP_ = sourceEndpointIP;
|
|
|
- setCoreParameter("SourceEndpointIP", sourceEndpointIP);
|
|
|
+ setParameter("SourceEndpointIP", sourceEndpointIP);
|
|
|
}
|
|
|
|
|
|
bool ConfigureBackupPlanRequest::getEnableBackupLog()const
|
|
|
@@ -145,7 +145,7 @@ bool ConfigureBackupPlanRequest::getEnableBackupLog()const
|
|
|
void ConfigureBackupPlanRequest::setEnableBackupLog(bool enableBackupLog)
|
|
|
{
|
|
|
enableBackupLog_ = enableBackupLog;
|
|
|
- setCoreParameter("EnableBackupLog", enableBackupLog ? "true" : "false");
|
|
|
+ setParameter("EnableBackupLog", enableBackupLog ? "true" : "false");
|
|
|
}
|
|
|
|
|
|
int ConfigureBackupPlanRequest::getDuplicationArchivePeriod()const
|
|
|
@@ -156,7 +156,7 @@ int ConfigureBackupPlanRequest::getDuplicationArchivePeriod()const
|
|
|
void ConfigureBackupPlanRequest::setDuplicationArchivePeriod(int duplicationArchivePeriod)
|
|
|
{
|
|
|
duplicationArchivePeriod_ = duplicationArchivePeriod;
|
|
|
- setCoreParameter("DuplicationArchivePeriod", std::to_string(duplicationArchivePeriod));
|
|
|
+ setParameter("DuplicationArchivePeriod", std::to_string(duplicationArchivePeriod));
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointPassword()const
|
|
|
@@ -167,7 +167,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointPassword()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointPassword(const std::string& sourceEndpointPassword)
|
|
|
{
|
|
|
sourceEndpointPassword_ = sourceEndpointPassword;
|
|
|
- setCoreParameter("SourceEndpointPassword", sourceEndpointPassword);
|
|
|
+ setParameter("SourceEndpointPassword", sourceEndpointPassword);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getBackupObjects()const
|
|
|
@@ -178,7 +178,7 @@ std::string ConfigureBackupPlanRequest::getBackupObjects()const
|
|
|
void ConfigureBackupPlanRequest::setBackupObjects(const std::string& backupObjects)
|
|
|
{
|
|
|
backupObjects_ = backupObjects;
|
|
|
- setCoreParameter("BackupObjects", backupObjects);
|
|
|
+ setParameter("BackupObjects", backupObjects);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getOwnerId()const
|
|
|
@@ -189,7 +189,7 @@ std::string ConfigureBackupPlanRequest::getOwnerId()const
|
|
|
void ConfigureBackupPlanRequest::setOwnerId(const std::string& ownerId)
|
|
|
{
|
|
|
ownerId_ = ownerId;
|
|
|
- setCoreParameter("OwnerId", ownerId);
|
|
|
+ setParameter("OwnerId", ownerId);
|
|
|
}
|
|
|
|
|
|
int ConfigureBackupPlanRequest::getSourceEndpointPort()const
|
|
|
@@ -200,7 +200,7 @@ int ConfigureBackupPlanRequest::getSourceEndpointPort()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointPort(int sourceEndpointPort)
|
|
|
{
|
|
|
sourceEndpointPort_ = sourceEndpointPort;
|
|
|
- setCoreParameter("SourceEndpointPort", std::to_string(sourceEndpointPort));
|
|
|
+ setParameter("SourceEndpointPort", std::to_string(sourceEndpointPort));
|
|
|
}
|
|
|
|
|
|
int ConfigureBackupPlanRequest::getBackupRetentionPeriod()const
|
|
|
@@ -211,7 +211,7 @@ int ConfigureBackupPlanRequest::getBackupRetentionPeriod()const
|
|
|
void ConfigureBackupPlanRequest::setBackupRetentionPeriod(int backupRetentionPeriod)
|
|
|
{
|
|
|
backupRetentionPeriod_ = backupRetentionPeriod;
|
|
|
- setCoreParameter("BackupRetentionPeriod", std::to_string(backupRetentionPeriod));
|
|
|
+ setParameter("BackupRetentionPeriod", std::to_string(backupRetentionPeriod));
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getBackupPeriod()const
|
|
|
@@ -222,7 +222,7 @@ std::string ConfigureBackupPlanRequest::getBackupPeriod()const
|
|
|
void ConfigureBackupPlanRequest::setBackupPeriod(const std::string& backupPeriod)
|
|
|
{
|
|
|
backupPeriod_ = backupPeriod;
|
|
|
- setCoreParameter("BackupPeriod", backupPeriod);
|
|
|
+ setParameter("BackupPeriod", backupPeriod);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceType()const
|
|
|
@@ -233,7 +233,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointInstanceType()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointInstanceType(const std::string& sourceEndpointInstanceType)
|
|
|
{
|
|
|
sourceEndpointInstanceType_ = sourceEndpointInstanceType;
|
|
|
- setCoreParameter("SourceEndpointInstanceType", sourceEndpointInstanceType);
|
|
|
+ setParameter("SourceEndpointInstanceType", sourceEndpointInstanceType);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getBackupPlanName()const
|
|
|
@@ -244,7 +244,7 @@ std::string ConfigureBackupPlanRequest::getBackupPlanName()const
|
|
|
void ConfigureBackupPlanRequest::setBackupPlanName(const std::string& backupPlanName)
|
|
|
{
|
|
|
backupPlanName_ = backupPlanName;
|
|
|
- setCoreParameter("BackupPlanName", backupPlanName);
|
|
|
+ setParameter("BackupPlanName", backupPlanName);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getSourceEndpointOracleSID()const
|
|
|
@@ -255,7 +255,7 @@ std::string ConfigureBackupPlanRequest::getSourceEndpointOracleSID()const
|
|
|
void ConfigureBackupPlanRequest::setSourceEndpointOracleSID(const std::string& sourceEndpointOracleSID)
|
|
|
{
|
|
|
sourceEndpointOracleSID_ = sourceEndpointOracleSID;
|
|
|
- setCoreParameter("SourceEndpointOracleSID", sourceEndpointOracleSID);
|
|
|
+ setParameter("SourceEndpointOracleSID", sourceEndpointOracleSID);
|
|
|
}
|
|
|
|
|
|
std::string ConfigureBackupPlanRequest::getOSSBucketName()const
|
|
|
@@ -266,6 +266,6 @@ std::string ConfigureBackupPlanRequest::getOSSBucketName()const
|
|
|
void ConfigureBackupPlanRequest::setOSSBucketName(const std::string& oSSBucketName)
|
|
|
{
|
|
|
oSSBucketName_ = oSSBucketName;
|
|
|
- setCoreParameter("OSSBucketName", oSSBucketName);
|
|
|
+ setParameter("OSSBucketName", oSSBucketName);
|
|
|
}
|
|
|
|