7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
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));
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));
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 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;
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
GetApplicationResult & WithId(IdT &&value)
AWS_APPCONFIG_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPCONFIG_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
GetApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
AWS_APPCONFIG_API GetApplicationResult()=default
GetApplicationResult & WithDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue