7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename IdT = Aws::String>
41 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
42 template<
typename IdT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_idHasBeenSet =
false;
82 bool m_nameHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
UpdateApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
AWS_APPCONFIG_API UpdateApplicationResult()=default
UpdateApplicationResult & WithDescription(DescriptionT &&value)
AWS_APPCONFIG_API UpdateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
void SetName(NameT &&value)
UpdateApplicationResult & WithName(NameT &&value)
AWS_APPCONFIG_API UpdateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationResult & WithId(IdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue