7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/DocumentParameterType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
84 template<
typename DefaultValueT = Aws::String>
85 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
86 template<
typename DefaultValueT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 bool m_defaultValueHasBeenSet =
false;
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
DocumentParameter & WithDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
void SetDefaultValue(DefaultValueT &&value)
AWS_SSM_API DocumentParameter(Aws::Utils::Json::JsonView jsonValue)
DocumentParameter & WithName(NameT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API DocumentParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(DocumentParameterType value)
DocumentParameter & WithDefaultValue(DefaultValueT &&value)
DocumentParameter & WithType(DocumentParameterType value)
AWS_SSM_API DocumentParameter()=default
void SetName(NameT &&value)
const Aws::String & GetDefaultValue() const
DocumentParameterType GetType() const
bool DefaultValueHasBeenSet() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue