7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_idHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
bool DescriptionHasBeenSet() const
AWS_APPCONFIG_API Application(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
Application & WithName(NameT &&value)
const Aws::String & GetName() const
Application & WithDescription(DescriptionT &&value)
Application & WithRequestId(RequestIdT &&value)
Application & WithId(IdT &&value)
bool IdHasBeenSet() const
void SetRequestId(RequestIdT &&value)
AWS_APPCONFIG_API Application()=default
bool RequestIdHasBeenSet() const
AWS_APPCONFIG_API Application & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue