7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
61 template<
typename VersionT = Aws::String>
62 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
63 template<
typename VersionT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 bool m_versionHasBeenSet =
false;
const Aws::String & GetVersion() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
bool VersionHasBeenSet() const
SimplifiedApplication & WithVersion(VersionT &&value)
AWS_EMR_API SimplifiedApplication()=default
const Aws::String & GetName() const
SimplifiedApplication & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetVersion(VersionT &&value)
AWS_EMR_API SimplifiedApplication(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API SimplifiedApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue