7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/ResilienceHubRequest.h>
10#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
11#include <aws/resiliencehub/model/LogicalResourceId.h>
16namespace ResilienceHub {
45 template <
typename AppArnT = Aws::String>
47 m_appArnHasBeenSet =
true;
48 m_appArn = std::forward<AppArnT>(value);
50 template <
typename AppArnT = Aws::String>
63 template <
typename AwsAccountIdT = Aws::String>
65 m_awsAccountIdHasBeenSet =
true;
66 m_awsAccountId = std::forward<AwsAccountIdT>(value);
68 template <
typename AwsAccountIdT = Aws::String>
81 template <
typename AwsRegionT = Aws::String>
83 m_awsRegionHasBeenSet =
true;
84 m_awsRegion = std::forward<AwsRegionT>(value);
86 template <
typename AwsRegionT = Aws::String>
101 template <
typename ClientTokenT = Aws::String>
103 m_clientTokenHasBeenSet =
true;
104 m_clientToken = std::forward<ClientTokenT>(value);
106 template <
typename ClientTokenT = Aws::String>
119 template <
typename LogicalResourceIdT = LogicalResourceId>
121 m_logicalResourceIdHasBeenSet =
true;
122 m_logicalResourceId = std::forward<LogicalResourceIdT>(value);
124 template <
typename LogicalResourceIdT = LogicalResourceId>
137 template <
typename PhysicalResourceIdT = Aws::String>
139 m_physicalResourceIdHasBeenSet =
true;
140 m_physicalResourceId = std::forward<PhysicalResourceIdT>(value);
142 template <
typename PhysicalResourceIdT = Aws::String>
155 template <
typename ResourceNameT = Aws::String>
157 m_resourceNameHasBeenSet =
true;
158 m_resourceName = std::forward<ResourceNameT>(value);
160 template <
typename ResourceNameT = Aws::String>
175 LogicalResourceId m_logicalResourceId;
180 bool m_appArnHasBeenSet =
false;
181 bool m_awsAccountIdHasBeenSet =
false;
182 bool m_awsRegionHasBeenSet =
false;
183 bool m_clientTokenHasBeenSet =
true;
184 bool m_logicalResourceIdHasBeenSet =
false;
185 bool m_physicalResourceIdHasBeenSet =
false;
186 bool m_resourceNameHasBeenSet =
false;
const Aws::String & GetClientToken() const
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
void SetPhysicalResourceId(PhysicalResourceIdT &&value)
virtual const char * GetServiceRequestName() const override
DeleteAppVersionResourceRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetClientToken(ClientTokenT &&value)
bool ResourceNameHasBeenSet() const
bool PhysicalResourceIdHasBeenSet() const
const Aws::String & GetAppArn() const
void SetResourceName(ResourceNameT &&value)
void SetLogicalResourceId(LogicalResourceIdT &&value)
const Aws::String & GetPhysicalResourceId() const
bool LogicalResourceIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetAwsRegion(AwsRegionT &&value)
const LogicalResourceId & GetLogicalResourceId() const
const Aws::String & GetAwsRegion() const
DeleteAppVersionResourceRequest & WithResourceName(ResourceNameT &&value)
DeleteAppVersionResourceRequest & WithAppArn(AppArnT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetResourceName() const
DeleteAppVersionResourceRequest & WithPhysicalResourceId(PhysicalResourceIdT &&value)
DeleteAppVersionResourceRequest & WithLogicalResourceId(LogicalResourceIdT &&value)
DeleteAppVersionResourceRequest & WithAwsRegion(AwsRegionT &&value)
DeleteAppVersionResourceRequest & WithClientToken(ClientTokenT &&value)
AWS_RESILIENCEHUB_API DeleteAppVersionResourceRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
void SetAppArn(AppArnT &&value)
bool AwsRegionHasBeenSet() const
bool AppArnHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String