7#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/launch-wizard/model/DeploymentConditionalField.h>
49 template<
typename AllowedValuesT = Aws::Vector<Aws::String>>
50 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
51 template<
typename AllowedValuesT = Aws::Vector<Aws::String>>
53 template<
typename AllowedValuesT = Aws::String>
63 template<
typename ConditionalsT = Aws::Vector<DeploymentConditionalField>>
64 void SetConditionals(ConditionalsT&& value) { m_conditionalsHasBeenSet =
true; m_conditionals = std::forward<ConditionalsT>(value); }
65 template<
typename ConditionalsT = Aws::Vector<DeploymentConditionalField>>
67 template<
typename ConditionalsT = DeploymentConditionalField>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
89 template<
typename NameT = Aws::String>
90 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
91 template<
typename NameT = Aws::String>
101 template<
typename RequiredT = Aws::String>
102 void SetRequired(RequiredT&& value) { m_requiredHasBeenSet =
true; m_required = std::forward<RequiredT>(value); }
103 template<
typename RequiredT = Aws::String>
109 bool m_allowedValuesHasBeenSet =
false;
112 bool m_conditionalsHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_requiredHasBeenSet =
false;
DeploymentSpecificationsField & WithAllowedValues(AllowedValuesT &&value)
DeploymentSpecificationsField & WithRequired(RequiredT &&value)
DeploymentSpecificationsField & WithName(NameT &&value)
AWS_LAUNCHWIZARD_API DeploymentSpecificationsField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_LAUNCHWIZARD_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConditionalsHasBeenSet() const
bool AllowedValuesHasBeenSet() const
AWS_LAUNCHWIZARD_API DeploymentSpecificationsField()=default
const Aws::String & GetName() const
void SetConditionals(ConditionalsT &&value)
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetAllowedValues() const
DeploymentSpecificationsField & AddConditionals(ConditionalsT &&value)
void SetRequired(RequiredT &&value)
AWS_LAUNCHWIZARD_API DeploymentSpecificationsField(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const Aws::String & GetRequired() const
DeploymentSpecificationsField & AddAllowedValues(AllowedValuesT &&value)
void SetAllowedValues(AllowedValuesT &&value)
const Aws::Vector< DeploymentConditionalField > & GetConditionals() const
bool RequiredHasBeenSet() const
DeploymentSpecificationsField & WithConditionals(ConditionalsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
DeploymentSpecificationsField & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue