7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHubRequest.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
10#include <aws/resiliencehub/model/LogicalResourceId.h>
15namespace ResilienceHub {
44 template <
typename AppArnT = Aws::String>
46 m_appArnHasBeenSet =
true;
47 m_appArn = std::forward<AppArnT>(value);
49 template <
typename AppArnT = Aws::String>
62 template <
typename AppVersionT = Aws::String>
64 m_appVersionHasBeenSet =
true;
65 m_appVersion = std::forward<AppVersionT>(value);
67 template <
typename AppVersionT = Aws::String>
80 template <
typename AwsAccountIdT = Aws::String>
82 m_awsAccountIdHasBeenSet =
true;
83 m_awsAccountId = std::forward<AwsAccountIdT>(value);
85 template <
typename AwsAccountIdT = Aws::String>
98 template <
typename AwsRegionT = Aws::String>
100 m_awsRegionHasBeenSet =
true;
101 m_awsRegion = std::forward<AwsRegionT>(value);
103 template <
typename AwsRegionT = Aws::String>
116 template <
typename LogicalResourceIdT = LogicalResourceId>
118 m_logicalResourceIdHasBeenSet =
true;
119 m_logicalResourceId = std::forward<LogicalResourceIdT>(value);
121 template <
typename LogicalResourceIdT = LogicalResourceId>
134 template <
typename PhysicalResourceIdT = Aws::String>
136 m_physicalResourceIdHasBeenSet =
true;
137 m_physicalResourceId = std::forward<PhysicalResourceIdT>(value);
139 template <
typename PhysicalResourceIdT = Aws::String>
152 template <
typename ResourceNameT = Aws::String>
154 m_resourceNameHasBeenSet =
true;
155 m_resourceName = std::forward<ResourceNameT>(value);
157 template <
typename ResourceNameT = Aws::String>
177 bool m_appArnHasBeenSet =
false;
178 bool m_appVersionHasBeenSet =
false;
179 bool m_awsAccountIdHasBeenSet =
false;
180 bool m_awsRegionHasBeenSet =
false;
181 bool m_logicalResourceIdHasBeenSet =
false;
182 bool m_physicalResourceIdHasBeenSet =
false;
183 bool m_resourceNameHasBeenSet =
false;
const Aws::String & GetAwsRegion() const
DescribeAppVersionResourceRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsRegionHasBeenSet() const
bool AppVersionHasBeenSet() const
void SetResourceName(ResourceNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetAppVersion(AppVersionT &&value)
bool AppArnHasBeenSet() const
DescribeAppVersionResourceRequest & WithLogicalResourceId(LogicalResourceIdT &&value)
const Aws::String & GetAppArn() const
void SetAwsRegion(AwsRegionT &&value)
bool ResourceNameHasBeenSet() const
const Aws::String & GetAppVersion() const
void SetLogicalResourceId(LogicalResourceIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetPhysicalResourceId() const
DescribeAppVersionResourceRequest & WithAwsRegion(AwsRegionT &&value)
bool PhysicalResourceIdHasBeenSet() const
DescribeAppVersionResourceRequest & WithPhysicalResourceId(PhysicalResourceIdT &&value)
DescribeAppVersionResourceRequest & WithAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API DescribeAppVersionResourceRequest()=default
void SetPhysicalResourceId(PhysicalResourceIdT &&value)
const LogicalResourceId & GetLogicalResourceId() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
const Aws::String & GetResourceName() const
DescribeAppVersionResourceRequest & WithAppVersion(AppVersionT &&value)
DescribeAppVersionResourceRequest & WithResourceName(ResourceNameT &&value)
bool LogicalResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String