7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicecatalog/model/ParameterConstraints.h>
22namespace ServiceCatalog
48 template<
typename ParameterKeyT = Aws::String>
49 void SetParameterKey(ParameterKeyT&& value) { m_parameterKeyHasBeenSet =
true; m_parameterKey = std::forward<ParameterKeyT>(value); }
50 template<
typename ParameterKeyT = Aws::String>
60 template<
typename DefaultValueT = Aws::String>
61 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
62 template<
typename DefaultValueT = Aws::String>
72 template<
typename ParameterTypeT = Aws::String>
73 void SetParameterType(ParameterTypeT&& value) { m_parameterTypeHasBeenSet =
true; m_parameterType = std::forward<ParameterTypeT>(value); }
74 template<
typename ParameterTypeT = Aws::String>
86 inline void SetIsNoEcho(
bool value) { m_isNoEchoHasBeenSet =
true; m_isNoEcho = value; }
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
108 template<
typename ParameterConstra
intsT = ParameterConstra
ints>
109 void SetParameterConstraints(ParameterConstraintsT&& value) { m_parameterConstraintsHasBeenSet =
true; m_parameterConstraints = std::forward<ParameterConstraintsT>(value); }
110 template<
typename ParameterConstra
intsT = ParameterConstra
ints>
116 bool m_parameterKeyHasBeenSet =
false;
119 bool m_defaultValueHasBeenSet =
false;
122 bool m_parameterTypeHasBeenSet =
false;
124 bool m_isNoEcho{
false};
125 bool m_isNoEchoHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
130 ParameterConstraints m_parameterConstraints;
131 bool m_parameterConstraintsHasBeenSet =
false;
const Aws::String & GetDefaultValue() const
ProvisioningArtifactParameter & WithDescription(DescriptionT &&value)
const Aws::String & GetParameterType() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParameterKey(ParameterKeyT &&value)
AWS_SERVICECATALOG_API ProvisioningArtifactParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
ProvisioningArtifactParameter & WithIsNoEcho(bool value)
ProvisioningArtifactParameter & WithParameterConstraints(ParameterConstraintsT &&value)
ProvisioningArtifactParameter & WithDefaultValue(DefaultValueT &&value)
bool ParameterConstraintsHasBeenSet() const
AWS_SERVICECATALOG_API ProvisioningArtifactParameter()=default
const Aws::String & GetParameterKey() const
const ParameterConstraints & GetParameterConstraints() const
void SetDescription(DescriptionT &&value)
ProvisioningArtifactParameter & WithParameterKey(ParameterKeyT &&value)
void SetParameterConstraints(ParameterConstraintsT &&value)
bool DescriptionHasBeenSet() const
ProvisioningArtifactParameter & WithParameterType(ParameterTypeT &&value)
const Aws::String & GetDescription() const
void SetIsNoEcho(bool value)
bool ParameterKeyHasBeenSet() const
void SetParameterType(ParameterTypeT &&value)
bool ParameterTypeHasBeenSet() const
bool DefaultValueHasBeenSet() const
bool IsNoEchoHasBeenSet() const
AWS_SERVICECATALOG_API ProvisioningArtifactParameter(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultValue(DefaultValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue