7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
19namespace ResilienceHub {
42 template <
typename EksSourceNameT = Aws::String>
44 m_eksSourceNameHasBeenSet =
true;
45 m_eksSourceName = std::forward<EksSourceNameT>(value);
47 template <
typename EksSourceNameT = Aws::String>
60 template <
typename IdentifierT = Aws::String>
62 m_identifierHasBeenSet =
true;
63 m_identifier = std::forward<IdentifierT>(value);
65 template <
typename IdentifierT = Aws::String>
78 template <
typename LogicalStackNameT = Aws::String>
80 m_logicalStackNameHasBeenSet =
true;
81 m_logicalStackName = std::forward<LogicalStackNameT>(value);
83 template <
typename LogicalStackNameT = Aws::String>
96 template <
typename ResourceGroupNameT = Aws::String>
98 m_resourceGroupNameHasBeenSet =
true;
99 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
101 template <
typename ResourceGroupNameT = Aws::String>
114 template <
typename TerraformSourceNameT = Aws::String>
116 m_terraformSourceNameHasBeenSet =
true;
117 m_terraformSourceName = std::forward<TerraformSourceNameT>(value);
119 template <
typename TerraformSourceNameT = Aws::String>
135 bool m_eksSourceNameHasBeenSet =
false;
136 bool m_identifierHasBeenSet =
false;
137 bool m_logicalStackNameHasBeenSet =
false;
138 bool m_resourceGroupNameHasBeenSet =
false;
139 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