7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
106 bool m_idHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
109 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