7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResilienceHub
48 template<
typename EksSourceNameT = Aws::String>
49 void SetEksSourceName(EksSourceNameT&& value) { m_eksSourceNameHasBeenSet =
true; m_eksSourceName = std::forward<EksSourceNameT>(value); }
50 template<
typename EksSourceNameT = Aws::String>
60 template<
typename IdentifierT = Aws::String>
61 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
62 template<
typename IdentifierT = Aws::String>
72 template<
typename LogicalStackNameT = Aws::String>
73 void SetLogicalStackName(LogicalStackNameT&& value) { m_logicalStackNameHasBeenSet =
true; m_logicalStackName = std::forward<LogicalStackNameT>(value); }
74 template<
typename LogicalStackNameT = Aws::String>
84 template<
typename ResourceGroupNameT = Aws::String>
85 void SetResourceGroupName(ResourceGroupNameT&& value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName = std::forward<ResourceGroupNameT>(value); }
86 template<
typename ResourceGroupNameT = Aws::String>
96 template<
typename TerraformSourceNameT = Aws::String>
97 void SetTerraformSourceName(TerraformSourceNameT&& value) { m_terraformSourceNameHasBeenSet =
true; m_terraformSourceName = std::forward<TerraformSourceNameT>(value); }
98 template<
typename TerraformSourceNameT = Aws::String>
104 bool m_eksSourceNameHasBeenSet =
false;
107 bool m_identifierHasBeenSet =
false;
110 bool m_logicalStackNameHasBeenSet =
false;
113 bool m_resourceGroupNameHasBeenSet =
false;
116 bool m_terraformSourceNameHasBeenSet =
false;
LogicalResourceId & WithLogicalStackName(LogicalStackNameT &&value)
LogicalResourceId & WithTerraformSourceName(TerraformSourceNameT &&value)
const Aws::String & GetEksSourceName() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLogicalStackName() const
AWS_RESILIENCEHUB_API LogicalResourceId()=default
void SetTerraformSourceName(TerraformSourceNameT &&value)
LogicalResourceId & WithIdentifier(IdentifierT &&value)
LogicalResourceId & WithResourceGroupName(ResourceGroupNameT &&value)
AWS_RESILIENCEHUB_API LogicalResourceId & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EksSourceNameHasBeenSet() const
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
bool ResourceGroupNameHasBeenSet() const
bool TerraformSourceNameHasBeenSet() const
AWS_RESILIENCEHUB_API LogicalResourceId(Aws::Utils::Json::JsonView jsonValue)
void SetEksSourceName(EksSourceNameT &&value)
bool LogicalStackNameHasBeenSet() const
const Aws::String & GetTerraformSourceName() const
const Aws::String & GetResourceGroupName() const
LogicalResourceId & WithEksSourceName(EksSourceNameT &&value)
void SetIdentifier(IdentifierT &&value)
void SetLogicalStackName(LogicalStackNameT &&value)
void SetResourceGroupName(ResourceGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue