7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elementalinference/ElementalInference_EXPORTS.h>
19namespace ElementalInference {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
63 m_isHomeHasBeenSet =
true;
75 bool m_nameHasBeenSet =
false;
76 bool m_isHomeHasBeenSet =
false;
Competitor & WithIsHome(bool value)
AWS_ELEMENTALINFERENCE_API Competitor(Aws::Utils::Json::JsonView jsonValue)
AWS_ELEMENTALINFERENCE_API Competitor()=default
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetIsHome(bool value)
bool IsHomeHasBeenSet() const
bool NameHasBeenSet() const
AWS_ELEMENTALINFERENCE_API Competitor & operator=(Aws::Utils::Json::JsonView jsonValue)
Competitor & WithName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue