|
|
@@ -1,35 +1,35 @@
|
|
|
-/*
|
|
|
- * Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
|
|
- *
|
|
|
- * Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
- * you may not use this file except in compliance with the License.
|
|
|
- * You may obtain a copy of the License at
|
|
|
- *
|
|
|
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
- *
|
|
|
- * Unless required by applicable law or agreed to in writing, software
|
|
|
- * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
- * See the License for the specific language governing permissions and
|
|
|
- * limitations under the License.
|
|
|
- */
|
|
|
-
|
|
|
-#ifndef ALIBABACLOUD_BSSOPENAPI_MODEL_GETSUBSCRIPTIONPRICEREQUEST_H_
|
|
|
-#define ALIBABACLOUD_BSSOPENAPI_MODEL_GETSUBSCRIPTIONPRICEREQUEST_H_
|
|
|
-
|
|
|
-#include <string>
|
|
|
-#include <vector>
|
|
|
-#include <alibabacloud/core/RpcServiceRequest.h>
|
|
|
-#include <alibabacloud/bssopenapi/BssOpenApiExport.h>
|
|
|
-
|
|
|
-namespace AlibabaCloud
|
|
|
-{
|
|
|
- namespace BssOpenApi
|
|
|
- {
|
|
|
- namespace Model
|
|
|
- {
|
|
|
- class ALIBABACLOUD_BSSOPENAPI_EXPORT GetSubscriptionPriceRequest : public RpcServiceRequest
|
|
|
- {
|
|
|
+/*
|
|
|
+ * Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
|
|
+ *
|
|
|
+ * Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
+ * you may not use this file except in compliance with the License.
|
|
|
+ * You may obtain a copy of the License at
|
|
|
+ *
|
|
|
+ * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+ *
|
|
|
+ * Unless required by applicable law or agreed to in writing, software
|
|
|
+ * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
+ * See the License for the specific language governing permissions and
|
|
|
+ * limitations under the License.
|
|
|
+ */
|
|
|
+
|
|
|
+#ifndef ALIBABACLOUD_BSSOPENAPI_MODEL_GETSUBSCRIPTIONPRICEREQUEST_H_
|
|
|
+#define ALIBABACLOUD_BSSOPENAPI_MODEL_GETSUBSCRIPTIONPRICEREQUEST_H_
|
|
|
+
|
|
|
+#include <string>
|
|
|
+#include <vector>
|
|
|
+#include <alibabacloud/core/RpcServiceRequest.h>
|
|
|
+#include <alibabacloud/bssopenapi/BssOpenApiExport.h>
|
|
|
+
|
|
|
+namespace AlibabaCloud
|
|
|
+{
|
|
|
+ namespace BssOpenApi
|
|
|
+ {
|
|
|
+ namespace Model
|
|
|
+ {
|
|
|
+ class ALIBABACLOUD_BSSOPENAPI_EXPORT GetSubscriptionPriceRequest : public RpcServiceRequest
|
|
|
+ {
|
|
|
struct ModuleList
|
|
|
{
|
|
|
std::string moduleCode;
|
|
|
@@ -37,11 +37,11 @@ namespace AlibabaCloud
|
|
|
std::string tag;
|
|
|
std::string config;
|
|
|
};
|
|
|
-
|
|
|
- public:
|
|
|
- GetSubscriptionPriceRequest();
|
|
|
- ~GetSubscriptionPriceRequest();
|
|
|
-
|
|
|
+
|
|
|
+ public:
|
|
|
+ GetSubscriptionPriceRequest();
|
|
|
+ ~GetSubscriptionPriceRequest();
|
|
|
+
|
|
|
int getServicePeriodQuantity()const;
|
|
|
void setServicePeriodQuantity(int servicePeriodQuantity);
|
|
|
std::string getProductCode()const;
|
|
|
@@ -64,8 +64,8 @@ namespace AlibabaCloud
|
|
|
void setOrderType(const std::string& orderType);
|
|
|
std::string getProductType()const;
|
|
|
void setProductType(const std::string& productType);
|
|
|
-
|
|
|
- private:
|
|
|
+
|
|
|
+ private:
|
|
|
int servicePeriodQuantity_;
|
|
|
std::string productCode_;
|
|
|
std::string instanceId_;
|
|
|
@@ -77,9 +77,9 @@ namespace AlibabaCloud
|
|
|
std::string region_;
|
|
|
std::string orderType_;
|
|
|
std::string productType_;
|
|
|
-
|
|
|
- };
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+
|
|
|
+ };
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
#endif // !ALIBABACLOUD_BSSOPENAPI_MODEL_GETSUBSCRIPTIONPRICEREQUEST_H_
|