7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHubRequest.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
14namespace ResilienceHub {
43 template <
typename AppArnT = Aws::String>
45 m_appArnHasBeenSet =
true;
46 m_appArn = std::forward<AppArnT>(value);
48 template <
typename AppArnT = Aws::String>
61 template <
typename AppVersionT = Aws::String>
63 m_appVersionHasBeenSet =
true;
64 m_appVersion = std::forward<AppVersionT>(value);
66 template <
typename AppVersionT = Aws::String>
76 bool m_appArnHasBeenSet =
false;
77 bool m_appVersionHasBeenSet =
false;
bool AppArnHasBeenSet() const
void SetAppVersion(AppVersionT &&value)
const Aws::String & GetAppVersion() const
DescribeAppVersionRequest & WithAppVersion(AppVersionT &&value)
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
const Aws::String & GetAppArn() const
virtual const char * GetServiceRequestName() const override
DescribeAppVersionRequest & WithAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API DescribeAppVersionRequest()=default
bool AppVersionHasBeenSet() const
void SetAppArn(AppArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String