7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
11#include <aws/resiliencehubv2/model/EksSource.h>
12#include <aws/resiliencehubv2/model/InputSourceType.h>
13#include <aws/resiliencehubv2/model/ResourceTag.h>
24namespace resiliencehubv2 {
46 template <
typename InputSourceIdT = Aws::String>
48 m_inputSourceIdHasBeenSet =
true;
49 m_inputSourceId = std::forward<InputSourceIdT>(value);
51 template <
typename InputSourceIdT = Aws::String>
65 m_typeHasBeenSet =
true;
80 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
82 m_resourceTagsHasBeenSet =
true;
83 m_resourceTags = std::forward<ResourceTagsT>(value);
85 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
90 template <
typename ResourceTagsT = ResourceTag>
92 m_resourceTagsHasBeenSet =
true;
93 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
102 template <
typename CfnStackArnT = Aws::String>
104 m_cfnStackArnHasBeenSet =
true;
105 m_cfnStackArn = std::forward<CfnStackArnT>(value);
107 template <
typename CfnStackArnT = Aws::String>
118 template <
typename TfStateFileUrlT = Aws::String>
120 m_tfStateFileUrlHasBeenSet =
true;
121 m_tfStateFileUrl = std::forward<TfStateFileUrlT>(value);
123 template <
typename TfStateFileUrlT = Aws::String>
136 template <
typename EksT = EksSource>
138 m_eksHasBeenSet =
true;
139 m_eks = std::forward<EksT>(value);
141 template <
typename EksT = EksSource>
143 SetEks(std::forward<EksT>(value));
152 template <
typename DesignFileS3UrlT = Aws::String>
154 m_designFileS3UrlHasBeenSet =
true;
155 m_designFileS3Url = std::forward<DesignFileS3UrlT>(value);
157 template <
typename DesignFileS3UrlT = Aws::String>
170 template <
typename CreatedAtT = Aws::Utils::DateTime>
172 m_createdAtHasBeenSet =
true;
173 m_createdAt = std::forward<CreatedAtT>(value);
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
197 bool m_inputSourceIdHasBeenSet =
false;
198 bool m_typeHasBeenSet =
false;
199 bool m_resourceTagsHasBeenSet =
false;
200 bool m_cfnStackArnHasBeenSet =
false;
201 bool m_tfStateFileUrlHasBeenSet =
false;
202 bool m_eksHasBeenSet =
false;
203 bool m_designFileS3UrlHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue