7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/PhysicalResourceId.h>
10#include <aws/resiliencehub/model/ResourceMappingType.h>
21namespace ResilienceHub {
43 template <
typename AppRegistryAppNameT = Aws::String>
45 m_appRegistryAppNameHasBeenSet =
true;
46 m_appRegistryAppName = std::forward<AppRegistryAppNameT>(value);
48 template <
typename AppRegistryAppNameT = Aws::String>
64 template <
typename EksSourceNameT = Aws::String>
66 m_eksSourceNameHasBeenSet =
true;
67 m_eksSourceName = std::forward<EksSourceNameT>(value);
69 template <
typename EksSourceNameT = Aws::String>
83 template <
typename LogicalStackNameT = Aws::String>
85 m_logicalStackNameHasBeenSet =
true;
86 m_logicalStackName = std::forward<LogicalStackNameT>(value);
88 template <
typename LogicalStackNameT = Aws::String>
102 m_mappingTypeHasBeenSet =
true;
103 m_mappingType = value;
117 template <
typename PhysicalResourceIdT = PhysicalResourceId>
119 m_physicalResourceIdHasBeenSet =
true;
120 m_physicalResourceId = std::forward<PhysicalResourceIdT>(value);
122 template <
typename PhysicalResourceIdT = PhysicalResourceId>
136 template <
typename ResourceGroupNameT = Aws::String>
138 m_resourceGroupNameHasBeenSet =
true;
139 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
141 template <
typename ResourceGroupNameT = 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>
174 template <
typename TerraformSourceNameT = Aws::String>
176 m_terraformSourceNameHasBeenSet =
true;
177 m_terraformSourceName = std::forward<TerraformSourceNameT>(value);
179 template <
typename TerraformSourceNameT = Aws::String>
194 PhysicalResourceId m_physicalResourceId;
201 bool m_appRegistryAppNameHasBeenSet =
false;
202 bool m_eksSourceNameHasBeenSet =
false;
203 bool m_logicalStackNameHasBeenSet =
false;
204 bool m_mappingTypeHasBeenSet =
false;
205 bool m_physicalResourceIdHasBeenSet =
false;
206 bool m_resourceGroupNameHasBeenSet =
false;
207 bool m_resourceNameHasBeenSet =
false;
208 bool m_terraformSourceNameHasBeenSet =
false;
bool PhysicalResourceIdHasBeenSet() const
bool EksSourceNameHasBeenSet() const
const Aws::String & GetEksSourceName() const
const PhysicalResourceId & GetPhysicalResourceId() const
ResourceMapping & WithPhysicalResourceId(PhysicalResourceIdT &&value)
bool ResourceGroupNameHasBeenSet() const
const Aws::String & GetLogicalStackName() const
void SetEksSourceName(EksSourceNameT &&value)
void SetLogicalStackName(LogicalStackNameT &&value)
void SetResourceName(ResourceNameT &&value)
ResourceMapping & WithResourceGroupName(ResourceGroupNameT &&value)
ResourceMapping & WithAppRegistryAppName(AppRegistryAppNameT &&value)
bool MappingTypeHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceMapping & WithMappingType(ResourceMappingType value)
void SetAppRegistryAppName(AppRegistryAppNameT &&value)
AWS_RESILIENCEHUB_API ResourceMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceMapping & WithLogicalStackName(LogicalStackNameT &&value)
bool AppRegistryAppNameHasBeenSet() const
const Aws::String & GetResourceGroupName() const
const Aws::String & GetAppRegistryAppName() const
ResourceMapping & WithTerraformSourceName(TerraformSourceNameT &&value)
const Aws::String & GetTerraformSourceName() const
void SetMappingType(ResourceMappingType value)
ResourceMapping & WithEksSourceName(EksSourceNameT &&value)
const Aws::String & GetResourceName() const
void SetPhysicalResourceId(PhysicalResourceIdT &&value)
ResourceMapping & WithResourceName(ResourceNameT &&value)
AWS_RESILIENCEHUB_API ResourceMapping(Aws::Utils::Json::JsonView jsonValue)
ResourceMappingType GetMappingType() const
bool ResourceNameHasBeenSet() const
bool TerraformSourceNameHasBeenSet() const
void SetTerraformSourceName(TerraformSourceNameT &&value)
bool LogicalStackNameHasBeenSet() const
void SetResourceGroupName(ResourceGroupNameT &&value)
AWS_RESILIENCEHUB_API ResourceMapping()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue