7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/DocumentParameterType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
92 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
100 bool m_nameHasBeenSet =
false;
103 bool m_typeHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_defaultValueHasBeenSet =
false;
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
void SetDefaultValue(const char *value)
bool TypeHasBeenSet() const
void SetName(const Aws::String &value)
DocumentParameter & WithDescription(Aws::String &&value)
const Aws::String & GetName() const
void SetName(Aws::String &&value)
DocumentParameter & WithName(Aws::String &&value)
DocumentParameter & WithDefaultValue(const char *value)
void SetDescription(const Aws::String &value)
void SetType(const DocumentParameterType &value)
AWS_SSM_API DocumentParameter(Aws::Utils::Json::JsonView jsonValue)
DocumentParameter & WithName(const char *value)
void SetName(const char *value)
void SetDescription(Aws::String &&value)
DocumentParameter & WithDefaultValue(const Aws::String &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentParameter & WithDefaultValue(Aws::String &&value)
void SetDefaultValue(Aws::String &&value)
AWS_SSM_API DocumentParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(const char *value)
DocumentParameter & WithType(DocumentParameterType &&value)
const DocumentParameterType & GetType() const
DocumentParameter & WithType(const DocumentParameterType &value)
const Aws::String & GetDefaultValue() const
bool DefaultValueHasBeenSet() const
DocumentParameter & WithDescription(const Aws::String &value)
AWS_SSM_API DocumentParameter()
DocumentParameter & WithName(const Aws::String &value)
DocumentParameter & WithDescription(const char *value)
void SetDefaultValue(const Aws::String &value)
void SetType(DocumentParameterType &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue