/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace ServiceCatalog { namespace Model { /** */ class DescribeProvisioningParametersRequest : public ServiceCatalogRequest { public: AWS_SERVICECATALOG_API DescribeProvisioningParametersRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "DescribeProvisioningParameters"; } AWS_SERVICECATALOG_API Aws::String SerializePayload() const override; AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline const Aws::String& GetAcceptLanguage() const{ return m_acceptLanguage; } /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline bool AcceptLanguageHasBeenSet() const { return m_acceptLanguageHasBeenSet; } /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline void SetAcceptLanguage(const Aws::String& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = value; } /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline void SetAcceptLanguage(Aws::String&& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = std::move(value); } /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline void SetAcceptLanguage(const char* value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage.assign(value); } /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline DescribeProvisioningParametersRequest& WithAcceptLanguage(const Aws::String& value) { SetAcceptLanguage(value); return *this;} /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline DescribeProvisioningParametersRequest& WithAcceptLanguage(Aws::String&& value) { SetAcceptLanguage(std::move(value)); return *this;} /** *

The language code.

  • jp - Japanese

  • *
  • zh - Chinese

*/ inline DescribeProvisioningParametersRequest& WithAcceptLanguage(const char* value) { SetAcceptLanguage(value); return *this;} /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline const Aws::String& GetProductId() const{ return m_productId; } /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline bool ProductIdHasBeenSet() const { return m_productIdHasBeenSet; } /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline void SetProductId(const Aws::String& value) { m_productIdHasBeenSet = true; m_productId = value; } /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline void SetProductId(Aws::String&& value) { m_productIdHasBeenSet = true; m_productId = std::move(value); } /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline void SetProductId(const char* value) { m_productIdHasBeenSet = true; m_productId.assign(value); } /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline DescribeProvisioningParametersRequest& WithProductId(const Aws::String& value) { SetProductId(value); return *this;} /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline DescribeProvisioningParametersRequest& WithProductId(Aws::String&& value) { SetProductId(std::move(value)); return *this;} /** *

The product identifier. You must provide the product name or ID, but not * both.

*/ inline DescribeProvisioningParametersRequest& WithProductId(const char* value) { SetProductId(value); return *this;} /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline const Aws::String& GetProductName() const{ return m_productName; } /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline bool ProductNameHasBeenSet() const { return m_productNameHasBeenSet; } /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline void SetProductName(const Aws::String& value) { m_productNameHasBeenSet = true; m_productName = value; } /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline void SetProductName(Aws::String&& value) { m_productNameHasBeenSet = true; m_productName = std::move(value); } /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline void SetProductName(const char* value) { m_productNameHasBeenSet = true; m_productName.assign(value); } /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithProductName(const Aws::String& value) { SetProductName(value); return *this;} /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithProductName(Aws::String&& value) { SetProductName(std::move(value)); return *this;} /** *

The name of the product. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithProductName(const char* value) { SetProductName(value); return *this;} /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline const Aws::String& GetProvisioningArtifactId() const{ return m_provisioningArtifactId; } /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline bool ProvisioningArtifactIdHasBeenSet() const { return m_provisioningArtifactIdHasBeenSet; } /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline void SetProvisioningArtifactId(const Aws::String& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = value; } /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline void SetProvisioningArtifactId(Aws::String&& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = std::move(value); } /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline void SetProvisioningArtifactId(const char* value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId.assign(value); } /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(const Aws::String& value) { SetProvisioningArtifactId(value); return *this;} /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(Aws::String&& value) { SetProvisioningArtifactId(std::move(value)); return *this;} /** *

The identifier of the provisioning artifact. You must provide the name or ID, * but not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(const char* value) { SetProvisioningArtifactId(value); return *this;} /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline const Aws::String& GetProvisioningArtifactName() const{ return m_provisioningArtifactName; } /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline bool ProvisioningArtifactNameHasBeenSet() const { return m_provisioningArtifactNameHasBeenSet; } /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline void SetProvisioningArtifactName(const Aws::String& value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName = value; } /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline void SetProvisioningArtifactName(Aws::String&& value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName = std::move(value); } /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline void SetProvisioningArtifactName(const char* value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName.assign(value); } /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactName(const Aws::String& value) { SetProvisioningArtifactName(value); return *this;} /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactName(Aws::String&& value) { SetProvisioningArtifactName(std::move(value)); return *this;} /** *

The name of the provisioning artifact. You must provide the name or ID, but * not both.

*/ inline DescribeProvisioningParametersRequest& WithProvisioningArtifactName(const char* value) { SetProvisioningArtifactName(value); return *this;} /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline const Aws::String& GetPathId() const{ return m_pathId; } /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline bool PathIdHasBeenSet() const { return m_pathIdHasBeenSet; } /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline void SetPathId(const Aws::String& value) { m_pathIdHasBeenSet = true; m_pathId = value; } /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline void SetPathId(Aws::String&& value) { m_pathIdHasBeenSet = true; m_pathId = std::move(value); } /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline void SetPathId(const char* value) { m_pathIdHasBeenSet = true; m_pathId.assign(value); } /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathId(const Aws::String& value) { SetPathId(value); return *this;} /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathId(Aws::String&& value) { SetPathId(std::move(value)); return *this;} /** *

The path identifier of the product. This value is optional if the product has * a default path, and required if the product has more than one path. To list the * paths for a product, use ListLaunchPaths. You must provide the name or * ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathId(const char* value) { SetPathId(value); return *this;} /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline const Aws::String& GetPathName() const{ return m_pathName; } /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline bool PathNameHasBeenSet() const { return m_pathNameHasBeenSet; } /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline void SetPathName(const Aws::String& value) { m_pathNameHasBeenSet = true; m_pathName = value; } /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline void SetPathName(Aws::String&& value) { m_pathNameHasBeenSet = true; m_pathName = std::move(value); } /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline void SetPathName(const char* value) { m_pathNameHasBeenSet = true; m_pathName.assign(value); } /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathName(const Aws::String& value) { SetPathName(value); return *this;} /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathName(Aws::String&& value) { SetPathName(std::move(value)); return *this;} /** *

The name of the path. You must provide the name or ID, but not both.

*/ inline DescribeProvisioningParametersRequest& WithPathName(const char* value) { SetPathName(value); return *this;} private: Aws::String m_acceptLanguage; bool m_acceptLanguageHasBeenSet = false; Aws::String m_productId; bool m_productIdHasBeenSet = false; Aws::String m_productName; bool m_productNameHasBeenSet = false; Aws::String m_provisioningArtifactId; bool m_provisioningArtifactIdHasBeenSet = false; Aws::String m_provisioningArtifactName; bool m_provisioningArtifactNameHasBeenSet = false; Aws::String m_pathId; bool m_pathIdHasBeenSet = false; Aws::String m_pathName; bool m_pathNameHasBeenSet = false; }; } // namespace Model } // namespace ServiceCatalog } // namespace Aws