@@ -33,7 +33,7 @@ std::string AcceptInquiredSystemEventRequest::getEventId()const
33
33
void AcceptInquiredSystemEventRequest::setEventId (const std::string& eventId)
34
34
{
35
35
eventId_ = eventId;
36
- setParameter (" EventId" , eventId);
36
+ setCoreParameter (" EventId" , eventId);
37
37
}
38
38
39
39
long AcceptInquiredSystemEventRequest::getResourceOwnerId ()const
@@ -44,7 +44,7 @@ long AcceptInquiredSystemEventRequest::getResourceOwnerId()const
44
44
void AcceptInquiredSystemEventRequest::setResourceOwnerId (long resourceOwnerId)
45
45
{
46
46
resourceOwnerId_ = resourceOwnerId;
47
- setParameter (" ResourceOwnerId" , std::to_string (resourceOwnerId));
47
+ setCoreParameter (" ResourceOwnerId" , std::to_string (resourceOwnerId));
48
48
}
49
49
50
50
long AcceptInquiredSystemEventRequest::getCallerParentId ()const
@@ -55,7 +55,7 @@ long AcceptInquiredSystemEventRequest::getCallerParentId()const
55
55
void AcceptInquiredSystemEventRequest::setCallerParentId (long callerParentId)
56
56
{
57
57
callerParentId_ = callerParentId;
58
- setParameter (" CallerParentId" , std::to_string (callerParentId));
58
+ setCoreParameter (" CallerParentId" , std::to_string (callerParentId));
59
59
}
60
60
61
61
bool AcceptInquiredSystemEventRequest::getProxy_original_security_transport ()const
@@ -66,7 +66,7 @@ bool AcceptInquiredSystemEventRequest::getProxy_original_security_transport()con
66
66
void AcceptInquiredSystemEventRequest::setProxy_original_security_transport (bool proxy_original_security_transport)
67
67
{
68
68
proxy_original_security_transport_ = proxy_original_security_transport;
69
- setParameter (" Proxy_original_security_transport" , proxy_original_security_transport ? " true" : " false" );
69
+ setCoreParameter (" Proxy_original_security_transport" , proxy_original_security_transport ? " true" : " false" );
70
70
}
71
71
72
72
std::string AcceptInquiredSystemEventRequest::getProxy_original_source_ip ()const
@@ -77,7 +77,7 @@ std::string AcceptInquiredSystemEventRequest::getProxy_original_source_ip()const
77
77
void AcceptInquiredSystemEventRequest::setProxy_original_source_ip (const std::string& proxy_original_source_ip)
78
78
{
79
79
proxy_original_source_ip_ = proxy_original_source_ip;
80
- setParameter (" Proxy_original_source_ip" , proxy_original_source_ip);
80
+ setCoreParameter (" Proxy_original_source_ip" , proxy_original_source_ip);
81
81
}
82
82
83
83
std::string AcceptInquiredSystemEventRequest::getOwnerIdLoginEmail ()const
@@ -88,7 +88,7 @@ std::string AcceptInquiredSystemEventRequest::getOwnerIdLoginEmail()const
88
88
void AcceptInquiredSystemEventRequest::setOwnerIdLoginEmail (const std::string& ownerIdLoginEmail)
89
89
{
90
90
ownerIdLoginEmail_ = ownerIdLoginEmail;
91
- setParameter (" OwnerIdLoginEmail" , ownerIdLoginEmail);
91
+ setCoreParameter (" OwnerIdLoginEmail" , ownerIdLoginEmail);
92
92
}
93
93
94
94
std::string AcceptInquiredSystemEventRequest::getCallerType ()const
@@ -99,7 +99,7 @@ std::string AcceptInquiredSystemEventRequest::getCallerType()const
99
99
void AcceptInquiredSystemEventRequest::setCallerType (const std::string& callerType)
100
100
{
101
101
callerType_ = callerType;
102
- setParameter (" CallerType" , callerType);
102
+ setCoreParameter (" CallerType" , callerType);
103
103
}
104
104
105
105
std::string AcceptInquiredSystemEventRequest::getAccessKeyId ()const
@@ -110,7 +110,7 @@ std::string AcceptInquiredSystemEventRequest::getAccessKeyId()const
110
110
void AcceptInquiredSystemEventRequest::setAccessKeyId (const std::string& accessKeyId)
111
111
{
112
112
accessKeyId_ = accessKeyId;
113
- setParameter (" AccessKeyId" , accessKeyId);
113
+ setCoreParameter (" AccessKeyId" , accessKeyId);
114
114
}
115
115
116
116
std::string AcceptInquiredSystemEventRequest::getResourceGroupId ()const
@@ -121,7 +121,7 @@ std::string AcceptInquiredSystemEventRequest::getResourceGroupId()const
121
121
void AcceptInquiredSystemEventRequest::setResourceGroupId (const std::string& resourceGroupId)
122
122
{
123
123
resourceGroupId_ = resourceGroupId;
124
- setParameter (" ResourceGroupId" , resourceGroupId);
124
+ setCoreParameter (" ResourceGroupId" , resourceGroupId);
125
125
}
126
126
127
127
std::string AcceptInquiredSystemEventRequest::getSecurityToken ()const
@@ -132,7 +132,7 @@ std::string AcceptInquiredSystemEventRequest::getSecurityToken()const
132
132
void AcceptInquiredSystemEventRequest::setSecurityToken (const std::string& securityToken)
133
133
{
134
134
securityToken_ = securityToken;
135
- setParameter (" SecurityToken" , securityToken);
135
+ setCoreParameter (" SecurityToken" , securityToken);
136
136
}
137
137
138
138
std::string AcceptInquiredSystemEventRequest::getRegionId ()const
@@ -143,7 +143,7 @@ std::string AcceptInquiredSystemEventRequest::getRegionId()const
143
143
void AcceptInquiredSystemEventRequest::setRegionId (const std::string& regionId)
144
144
{
145
145
regionId_ = regionId;
146
- setParameter (" RegionId" , regionId);
146
+ setCoreParameter (" RegionId" , regionId);
147
147
}
148
148
149
149
bool AcceptInquiredSystemEventRequest::getEnable ()const
@@ -154,7 +154,7 @@ bool AcceptInquiredSystemEventRequest::getEnable()const
154
154
void AcceptInquiredSystemEventRequest::setEnable (bool enable)
155
155
{
156
156
enable_ = enable;
157
- setParameter (" Enable" , enable ? " true" : " false" );
157
+ setCoreParameter (" Enable" , enable ? " true" : " false" );
158
158
}
159
159
160
160
std::string AcceptInquiredSystemEventRequest::getRequestContent ()const
@@ -165,7 +165,7 @@ std::string AcceptInquiredSystemEventRequest::getRequestContent()const
165
165
void AcceptInquiredSystemEventRequest::setRequestContent (const std::string& requestContent)
166
166
{
167
167
requestContent_ = requestContent;
168
- setParameter (" RequestContent" , requestContent);
168
+ setCoreParameter (" RequestContent" , requestContent);
169
169
}
170
170
171
171
std::string AcceptInquiredSystemEventRequest::getCallerBidEmail ()const
@@ -176,7 +176,7 @@ std::string AcceptInquiredSystemEventRequest::getCallerBidEmail()const
176
176
void AcceptInquiredSystemEventRequest::setCallerBidEmail (const std::string& callerBidEmail)
177
177
{
178
178
callerBidEmail_ = callerBidEmail;
179
- setParameter (" CallerBidEmail" , callerBidEmail);
179
+ setCoreParameter (" CallerBidEmail" , callerBidEmail);
180
180
}
181
181
182
182
std::string AcceptInquiredSystemEventRequest::getCallerUidEmail ()const
@@ -187,7 +187,7 @@ std::string AcceptInquiredSystemEventRequest::getCallerUidEmail()const
187
187
void AcceptInquiredSystemEventRequest::setCallerUidEmail (const std::string& callerUidEmail)
188
188
{
189
189
callerUidEmail_ = callerUidEmail;
190
- setParameter (" CallerUidEmail" , callerUidEmail);
190
+ setCoreParameter (" CallerUidEmail" , callerUidEmail);
191
191
}
192
192
193
193
long AcceptInquiredSystemEventRequest::getCallerUid ()const
@@ -198,7 +198,7 @@ long AcceptInquiredSystemEventRequest::getCallerUid()const
198
198
void AcceptInquiredSystemEventRequest::setCallerUid (long callerUid)
199
199
{
200
200
callerUid_ = callerUid;
201
- setParameter (" CallerUid" , std::to_string (callerUid));
201
+ setCoreParameter (" CallerUid" , std::to_string (callerUid));
202
202
}
203
203
204
204
std::string AcceptInquiredSystemEventRequest::getApp_ip ()const
@@ -209,7 +209,7 @@ std::string AcceptInquiredSystemEventRequest::getApp_ip()const
209
209
void AcceptInquiredSystemEventRequest::setApp_ip (const std::string& app_ip)
210
210
{
211
211
app_ip_ = app_ip;
212
- setParameter (" App_ip" , app_ip);
212
+ setCoreParameter (" App_ip" , app_ip);
213
213
}
214
214
215
215
std::string AcceptInquiredSystemEventRequest::getResourceOwnerAccount ()const
@@ -220,7 +220,7 @@ std::string AcceptInquiredSystemEventRequest::getResourceOwnerAccount()const
220
220
void AcceptInquiredSystemEventRequest::setResourceOwnerAccount (const std::string& resourceOwnerAccount)
221
221
{
222
222
resourceOwnerAccount_ = resourceOwnerAccount;
223
- setParameter (" ResourceOwnerAccount" , resourceOwnerAccount);
223
+ setCoreParameter (" ResourceOwnerAccount" , resourceOwnerAccount);
224
224
}
225
225
226
226
std::string AcceptInquiredSystemEventRequest::getOwnerAccount ()const
@@ -231,7 +231,7 @@ std::string AcceptInquiredSystemEventRequest::getOwnerAccount()const
231
231
void AcceptInquiredSystemEventRequest::setOwnerAccount (const std::string& ownerAccount)
232
232
{
233
233
ownerAccount_ = ownerAccount;
234
- setParameter (" OwnerAccount" , ownerAccount);
234
+ setCoreParameter (" OwnerAccount" , ownerAccount);
235
235
}
236
236
237
237
std::string AcceptInquiredSystemEventRequest::getCallerBid ()const
@@ -242,7 +242,7 @@ std::string AcceptInquiredSystemEventRequest::getCallerBid()const
242
242
void AcceptInquiredSystemEventRequest::setCallerBid (const std::string& callerBid)
243
243
{
244
244
callerBid_ = callerBid;
245
- setParameter (" CallerBid" , callerBid);
245
+ setCoreParameter (" CallerBid" , callerBid);
246
246
}
247
247
248
248
long AcceptInquiredSystemEventRequest::getOwnerId ()const
@@ -253,7 +253,7 @@ long AcceptInquiredSystemEventRequest::getOwnerId()const
253
253
void AcceptInquiredSystemEventRequest::setOwnerId (long ownerId)
254
254
{
255
255
ownerId_ = ownerId;
256
- setParameter (" OwnerId" , std::to_string (ownerId));
256
+ setCoreParameter (" OwnerId" , std::to_string (ownerId));
257
257
}
258
258
259
259
bool AcceptInquiredSystemEventRequest::getProxy_trust_transport_info ()const
@@ -264,7 +264,7 @@ bool AcceptInquiredSystemEventRequest::getProxy_trust_transport_info()const
264
264
void AcceptInquiredSystemEventRequest::setProxy_trust_transport_info (bool proxy_trust_transport_info)
265
265
{
266
266
proxy_trust_transport_info_ = proxy_trust_transport_info;
267
- setParameter (" Proxy_trust_transport_info" , proxy_trust_transport_info ? " true" : " false" );
267
+ setCoreParameter (" Proxy_trust_transport_info" , proxy_trust_transport_info ? " true" : " false" );
268
268
}
269
269
270
270
bool AcceptInquiredSystemEventRequest::getAk_mfa_present ()const
@@ -275,7 +275,7 @@ bool AcceptInquiredSystemEventRequest::getAk_mfa_present()const
275
275
void AcceptInquiredSystemEventRequest::setAk_mfa_present (bool ak_mfa_present)
276
276
{
277
277
ak_mfa_present_ = ak_mfa_present;
278
- setParameter (" Ak_mfa_present" , ak_mfa_present ? " true" : " false" );
278
+ setCoreParameter (" Ak_mfa_present" , ak_mfa_present ? " true" : " false" );
279
279
}
280
280
281
281
bool AcceptInquiredSystemEventRequest::getSecurity_transport ()const
@@ -286,7 +286,7 @@ bool AcceptInquiredSystemEventRequest::getSecurity_transport()const
286
286
void AcceptInquiredSystemEventRequest::setSecurity_transport (bool security_transport)
287
287
{
288
288
security_transport_ = security_transport;
289
- setParameter (" Security_transport" , security_transport ? " true" : " false" );
289
+ setCoreParameter (" Security_transport" , security_transport ? " true" : " false" );
290
290
}
291
291
292
292
std::string AcceptInquiredSystemEventRequest::getRequestId ()const
@@ -297,6 +297,6 @@ std::string AcceptInquiredSystemEventRequest::getRequestId()const
297
297
void AcceptInquiredSystemEventRequest::setRequestId (const std::string& requestId)
298
298
{
299
299
requestId_ = requestId;
300
- setParameter (" RequestId" , requestId);
300
+ setCoreParameter (" RequestId" , requestId);
301
301
}
302
302
0 commit comments