7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/model/PhysicalResource.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ResilienceHub
47 template<
typename AppArnT = Aws::String>
48 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
49 template<
typename AppArnT = Aws::String>
58 template<
typename AppVersionT = Aws::String>
59 void SetAppVersion(AppVersionT&& value) { m_appVersionHasBeenSet =
true; m_appVersion = std::forward<AppVersionT>(value); }
60 template<
typename AppVersionT = Aws::String>
71 template<
typename PhysicalResourceT = PhysicalResource>
72 void SetPhysicalResource(PhysicalResourceT&& value) { m_physicalResourceHasBeenSet =
true; m_physicalResource = std::forward<PhysicalResourceT>(value); }
73 template<
typename PhysicalResourceT = PhysicalResource>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_appArnHasBeenSet =
false;
91 bool m_appVersionHasBeenSet =
false;
94 bool m_physicalResourceHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_RESILIENCEHUB_API DescribeAppVersionResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const PhysicalResource & GetPhysicalResource() const
void SetAppArn(AppArnT &&value)
DescribeAppVersionResourceResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeAppVersionResourceResult & WithAppArn(AppArnT &&value)
const Aws::String & GetRequestId() const
DescribeAppVersionResourceResult & WithAppVersion(AppVersionT &&value)
AWS_RESILIENCEHUB_API DescribeAppVersionResourceResult()=default
const Aws::String & GetAppArn() const
DescribeAppVersionResourceResult & WithPhysicalResource(PhysicalResourceT &&value)
AWS_RESILIENCEHUB_API DescribeAppVersionResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAppVersion() const
void SetAppVersion(AppVersionT &&value)
void SetPhysicalResource(PhysicalResourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue