7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename IdT = Aws::String>
36 m_idHasBeenSet =
true;
37 m_id = std::forward<IdT>(value);
39 template <
typename IdT = Aws::String>
41 SetId(std::forward<IdT>(value));
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_idHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_APPCONFIG_API CreateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateApplicationResult & WithId(IdT &&value)
AWS_APPCONFIG_API CreateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
CreateApplicationResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
CreateApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
CreateApplicationResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPCONFIG_API CreateApplicationResult()=default
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue