/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Result message containing a list of application version
* descriptions.See Also:
AWS
* API Reference
The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline const Aws::String& GetApplicationName() const{ return m_applicationName; } /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline bool ApplicationNameHasBeenSet() const { return m_applicationNameHasBeenSet; } /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline void SetApplicationName(const Aws::String& value) { m_applicationNameHasBeenSet = true; m_applicationName = value; } /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline void SetApplicationName(Aws::String&& value) { m_applicationNameHasBeenSet = true; m_applicationName = std::move(value); } /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline void SetApplicationName(const char* value) { m_applicationNameHasBeenSet = true; m_applicationName.assign(value); } /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline DescribeConfigurationOptionsRequest& WithApplicationName(const Aws::String& value) { SetApplicationName(value); return *this;} /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline DescribeConfigurationOptionsRequest& WithApplicationName(Aws::String&& value) { SetApplicationName(std::move(value)); return *this;} /** *The name of the application associated with the configuration template or * environment. Only needed if you want to describe the configuration options * associated with either the configuration template or environment.
*/ inline DescribeConfigurationOptionsRequest& WithApplicationName(const char* value) { SetApplicationName(value); return *this;} /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline const Aws::String& GetTemplateName() const{ return m_templateName; } /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline bool TemplateNameHasBeenSet() const { return m_templateNameHasBeenSet; } /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline void SetTemplateName(const Aws::String& value) { m_templateNameHasBeenSet = true; m_templateName = value; } /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline void SetTemplateName(Aws::String&& value) { m_templateNameHasBeenSet = true; m_templateName = std::move(value); } /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline void SetTemplateName(const char* value) { m_templateNameHasBeenSet = true; m_templateName.assign(value); } /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline DescribeConfigurationOptionsRequest& WithTemplateName(const Aws::String& value) { SetTemplateName(value); return *this;} /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline DescribeConfigurationOptionsRequest& WithTemplateName(Aws::String&& value) { SetTemplateName(std::move(value)); return *this;} /** *The name of the configuration template whose configuration options you want * to describe.
*/ inline DescribeConfigurationOptionsRequest& WithTemplateName(const char* value) { SetTemplateName(value); return *this;} /** *The name of the environment whose configuration options you want to * describe.
*/ inline const Aws::String& GetEnvironmentName() const{ return m_environmentName; } /** *The name of the environment whose configuration options you want to * describe.
*/ inline bool EnvironmentNameHasBeenSet() const { return m_environmentNameHasBeenSet; } /** *The name of the environment whose configuration options you want to * describe.
*/ inline void SetEnvironmentName(const Aws::String& value) { m_environmentNameHasBeenSet = true; m_environmentName = value; } /** *The name of the environment whose configuration options you want to * describe.
*/ inline void SetEnvironmentName(Aws::String&& value) { m_environmentNameHasBeenSet = true; m_environmentName = std::move(value); } /** *The name of the environment whose configuration options you want to * describe.
*/ inline void SetEnvironmentName(const char* value) { m_environmentNameHasBeenSet = true; m_environmentName.assign(value); } /** *The name of the environment whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithEnvironmentName(const Aws::String& value) { SetEnvironmentName(value); return *this;} /** *The name of the environment whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithEnvironmentName(Aws::String&& value) { SetEnvironmentName(std::move(value)); return *this;} /** *The name of the environment whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithEnvironmentName(const char* value) { SetEnvironmentName(value); return *this;} /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline const Aws::String& GetSolutionStackName() const{ return m_solutionStackName; } /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline bool SolutionStackNameHasBeenSet() const { return m_solutionStackNameHasBeenSet; } /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline void SetSolutionStackName(const Aws::String& value) { m_solutionStackNameHasBeenSet = true; m_solutionStackName = value; } /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline void SetSolutionStackName(Aws::String&& value) { m_solutionStackNameHasBeenSet = true; m_solutionStackName = std::move(value); } /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline void SetSolutionStackName(const char* value) { m_solutionStackNameHasBeenSet = true; m_solutionStackName.assign(value); } /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithSolutionStackName(const Aws::String& value) { SetSolutionStackName(value); return *this;} /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithSolutionStackName(Aws::String&& value) { SetSolutionStackName(std::move(value)); return *this;} /** *The name of the solution stack whose configuration options you want to * describe.
*/ inline DescribeConfigurationOptionsRequest& WithSolutionStackName(const char* value) { SetSolutionStackName(value); return *this;} /** *The ARN of the custom platform.
*/ inline const Aws::String& GetPlatformArn() const{ return m_platformArn; } /** *The ARN of the custom platform.
*/ inline bool PlatformArnHasBeenSet() const { return m_platformArnHasBeenSet; } /** *The ARN of the custom platform.
*/ inline void SetPlatformArn(const Aws::String& value) { m_platformArnHasBeenSet = true; m_platformArn = value; } /** *The ARN of the custom platform.
*/ inline void SetPlatformArn(Aws::String&& value) { m_platformArnHasBeenSet = true; m_platformArn = std::move(value); } /** *The ARN of the custom platform.
*/ inline void SetPlatformArn(const char* value) { m_platformArnHasBeenSet = true; m_platformArn.assign(value); } /** *The ARN of the custom platform.
*/ inline DescribeConfigurationOptionsRequest& WithPlatformArn(const Aws::String& value) { SetPlatformArn(value); return *this;} /** *The ARN of the custom platform.
*/ inline DescribeConfigurationOptionsRequest& WithPlatformArn(Aws::String&& value) { SetPlatformArn(std::move(value)); return *this;} /** *The ARN of the custom platform.
*/ inline DescribeConfigurationOptionsRequest& WithPlatformArn(const char* value) { SetPlatformArn(value); return *this;} /** *If specified, restricts the descriptions to only the specified options.
*/ inline const Aws::VectorIf specified, restricts the descriptions to only the specified options.
*/ inline bool OptionsHasBeenSet() const { return m_optionsHasBeenSet; } /** *If specified, restricts the descriptions to only the specified options.
*/ inline void SetOptions(const Aws::VectorIf specified, restricts the descriptions to only the specified options.
*/ inline void SetOptions(Aws::VectorIf specified, restricts the descriptions to only the specified options.
*/ inline DescribeConfigurationOptionsRequest& WithOptions(const Aws::VectorIf specified, restricts the descriptions to only the specified options.
*/ inline DescribeConfigurationOptionsRequest& WithOptions(Aws::VectorIf specified, restricts the descriptions to only the specified options.
*/ inline DescribeConfigurationOptionsRequest& AddOptions(const OptionSpecification& value) { m_optionsHasBeenSet = true; m_options.push_back(value); return *this; } /** *If specified, restricts the descriptions to only the specified options.
*/ inline DescribeConfigurationOptionsRequest& AddOptions(OptionSpecification&& value) { m_optionsHasBeenSet = true; m_options.push_back(std::move(value)); return *this; } private: Aws::String m_applicationName; bool m_applicationNameHasBeenSet = false; Aws::String m_templateName; bool m_templateNameHasBeenSet = false; Aws::String m_environmentName; bool m_environmentNameHasBeenSet = false; Aws::String m_solutionStackName; bool m_solutionStackNameHasBeenSet = false; Aws::String m_platformArn; bool m_platformArnHasBeenSet = false; Aws::Vector