7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ResilienceHub {
42 template <
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
44 m_additionalInfoHasBeenSet =
true;
45 m_additionalInfo = std::forward<AdditionalInfoT>(value);
47 template <
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
52 template <
typename AdditionalInfoKeyT = Aws::String,
typename AdditionalInfoValueT = Aws::Vector<Aws::String>>
54 m_additionalInfoHasBeenSet =
true;
55 m_additionalInfo.emplace(std::forward<AdditionalInfoKeyT>(key), std::forward<AdditionalInfoValueT>(value));
71 template <
typename AppArnT = Aws::String>
73 m_appArnHasBeenSet =
true;
74 m_appArn = std::forward<AppArnT>(value);
76 template <
typename AppArnT = Aws::String>
88 template <
typename AppVersionT = Aws::String>
90 m_appVersionHasBeenSet =
true;
91 m_appVersion = std::forward<AppVersionT>(value);
93 template <
typename AppVersionT = Aws::String>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
125 bool m_additionalInfoHasBeenSet =
false;
126 bool m_appArnHasBeenSet =
false;
127 bool m_appVersionHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
UpdateAppVersionResult & WithAppArn(AppArnT &&value)
const Aws::String & GetRequestId() const
void SetAppVersion(AppVersionT &&value)
void SetRequestId(RequestIdT &&value)
void SetAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API UpdateAppVersionResult()=default
UpdateAppVersionResult & AddAdditionalInfo(AdditionalInfoKeyT &&key, AdditionalInfoValueT &&value)
UpdateAppVersionResult & WithAppVersion(AppVersionT &&value)
const Aws::String & GetAppArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateAppVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetAppVersion() const
UpdateAppVersionResult & WithAdditionalInfo(AdditionalInfoT &&value)
AWS_RESILIENCEHUB_API UpdateAppVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetAdditionalInfo() const
AWS_RESILIENCEHUB_API UpdateAppVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAdditionalInfo(AdditionalInfoT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue