7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticmapreduce/EMR_EXPORTS.h>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
70 template <
typename VersionT = Aws::String>
72 m_versionHasBeenSet =
true;
73 m_version = std::forward<VersionT>(value);
75 template <
typename VersionT = Aws::String>
88 template <
typename ArgsT = Aws::Vector<Aws::String>>
90 m_argsHasBeenSet =
true;
91 m_args = std::forward<ArgsT>(value);
93 template <
typename ArgsT = Aws::Vector<Aws::String>>
95 SetArgs(std::forward<ArgsT>(value));
98 template <
typename ArgsT = Aws::String>
100 m_argsHasBeenSet =
true;
101 m_args.emplace_back(std::forward<ArgsT>(value));
113 template <
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::String>>
115 m_additionalInfoHasBeenSet =
true;
116 m_additionalInfo = std::forward<AdditionalInfoT>(value);
118 template <
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::String>>
123 template <
typename AdditionalInfoKeyT = Aws::String,
typename AdditionalInfoValueT = Aws::String>
125 m_additionalInfoHasBeenSet =
true;
126 m_additionalInfo.emplace(std::forward<AdditionalInfoKeyT>(key), std::forward<AdditionalInfoValueT>(value));
138 bool m_nameHasBeenSet =
false;
139 bool m_versionHasBeenSet =
false;
140 bool m_argsHasBeenSet =
false;
141 bool m_additionalInfoHasBeenSet =
false;
bool AdditionalInfoHasBeenSet() const
Application & AddAdditionalInfo(AdditionalInfoKeyT &&key, AdditionalInfoValueT &&value)
AWS_EMR_API Application(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API Application()=default
const Aws::Map< Aws::String, Aws::String > & GetAdditionalInfo() const
AWS_EMR_API Application & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetVersion(VersionT &&value)
Application & AddArgs(ArgsT &&value)
Application & WithName(NameT &&value)
Application & WithArgs(ArgsT &&value)
Application & WithAdditionalInfo(AdditionalInfoT &&value)
void SetName(NameT &&value)
bool ArgsHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArgs(ArgsT &&value)
bool NameHasBeenSet() const
bool VersionHasBeenSet() const
const Aws::Vector< Aws::String > & GetArgs() const
void SetAdditionalInfo(AdditionalInfoT &&value)
const Aws::String & GetVersion() const
Application & WithVersion(VersionT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue