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/EksSourceClusterNamespace.h>
11#include <aws/resiliencehub/model/TerraformSource.h>
13#include <aws/core/utils/UUID.h>
17namespace ResilienceHub
52 inline void SetAppArn(
const char* value) { m_appArnHasBeenSet =
true; m_appArn.assign(value); }
68 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
99 inline void SetSourceArn(
const char* value) { m_sourceArnHasBeenSet =
true; m_sourceArn.assign(value); }
120 bool m_appArnHasBeenSet =
false;
123 bool m_clientTokenHasBeenSet =
false;
126 bool m_eksSourceClusterNamespaceHasBeenSet =
false;
129 bool m_sourceArnHasBeenSet =
false;
132 bool m_terraformSourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String