7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/resiliencehub/ResilienceHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/resiliencehub/model/LogicalResourceId.h>
12#include <aws/core/utils/UUID.h>
16namespace ResilienceHub
49 template<
typename AppArnT = Aws::String>
50 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
51 template<
typename AppArnT = Aws::String>
61 template<
typename AwsAccountIdT = Aws::String>
62 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
63 template<
typename AwsAccountIdT = Aws::String>
73 template<
typename AwsRegionT = Aws::String>
74 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
75 template<
typename AwsRegionT = Aws::String>
87 template<
typename ClientTokenT = Aws::String>
88 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
89 template<
typename ClientTokenT = Aws::String>
99 template<
typename LogicalResourceIdT = LogicalResourceId>
100 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
101 template<
typename LogicalResourceIdT = LogicalResourceId>
111 template<
typename PhysicalResourceIdT = Aws::String>
112 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
113 template<
typename PhysicalResourceIdT = Aws::String>
123 template<
typename ResourceNameT = Aws::String>
124 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
125 template<
typename ResourceNameT = Aws::String>
131 bool m_appArnHasBeenSet =
false;
134 bool m_awsAccountIdHasBeenSet =
false;
137 bool m_awsRegionHasBeenSet =
false;
140 bool m_clientTokenHasBeenSet =
true;
142 LogicalResourceId m_logicalResourceId;
143 bool m_logicalResourceIdHasBeenSet =
false;
146 bool m_physicalResourceIdHasBeenSet =
false;
149 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