7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DefaultVersionT = Aws::String>
59 void SetDefaultVersion(DefaultVersionT&& value) { m_defaultVersionHasBeenSet =
true; m_defaultVersion = std::forward<DefaultVersionT>(value); }
60 template<
typename DefaultVersionT = Aws::String>
70 template<
typename DefaultVersionNameT = Aws::String>
71 void SetDefaultVersionName(DefaultVersionNameT&& value) { m_defaultVersionNameHasBeenSet =
true; m_defaultVersionName = std::forward<DefaultVersionNameT>(value); }
72 template<
typename DefaultVersionNameT = Aws::String>
78 bool m_nameHasBeenSet =
false;
81 bool m_defaultVersionHasBeenSet =
false;
84 bool m_defaultVersionNameHasBeenSet =
false;
const Aws::String & GetDefaultVersion() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentDefaultVersionDescription & WithDefaultVersion(DefaultVersionT &&value)
AWS_SSM_API DocumentDefaultVersionDescription(Aws::Utils::Json::JsonView jsonValue)
DocumentDefaultVersionDescription & WithDefaultVersionName(DefaultVersionNameT &&value)
AWS_SSM_API DocumentDefaultVersionDescription()=default
bool DefaultVersionHasBeenSet() const
DocumentDefaultVersionDescription & WithName(NameT &&value)
AWS_SSM_API DocumentDefaultVersionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultVersion(DefaultVersionT &&value)
const Aws::String & GetDefaultVersionName() const
bool DefaultVersionNameHasBeenSet() const
void SetDefaultVersionName(DefaultVersionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue