7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/PhysicalResource.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ResilienceHub {
41 template <
typename AppArnT = Aws::String>
43 m_appArnHasBeenSet =
true;
44 m_appArn = std::forward<AppArnT>(value);
46 template <
typename AppArnT = Aws::String>
58 template <
typename AppVersionT = Aws::String>
60 m_appVersionHasBeenSet =
true;
61 m_appVersion = std::forward<AppVersionT>(value);
63 template <
typename AppVersionT = Aws::String>
77 template <
typename PhysicalResourceT = PhysicalResource>
79 m_physicalResourceHasBeenSet =
true;
80 m_physicalResource = std::forward<PhysicalResourceT>(value);
82 template <
typename PhysicalResourceT = PhysicalResource>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
111 bool m_appArnHasBeenSet =
false;
112 bool m_appVersionHasBeenSet =
false;
113 bool m_physicalResourceHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
const PhysicalResource & GetPhysicalResource() const
UpdateAppVersionResourceResult & WithAppVersion(AppVersionT &&value)
UpdateAppVersionResourceResult & WithPhysicalResource(PhysicalResourceT &&value)
void SetRequestId(RequestIdT &&value)
void SetAppArn(AppArnT &&value)
UpdateAppVersionResourceResult & WithAppArn(AppArnT &&value)
UpdateAppVersionResourceResult & WithRequestId(RequestIdT &&value)
void SetPhysicalResource(PhysicalResourceT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetAppArn() const
AWS_RESILIENCEHUB_API UpdateAppVersionResourceResult()=default
AWS_RESILIENCEHUB_API UpdateAppVersionResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppVersion(AppVersionT &&value)
AWS_RESILIENCEHUB_API UpdateAppVersionResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAppVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue