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/fms/FMS_EXPORTS.h>
11#include <aws/fms/model/ResourceSetStatus.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
113 template <
typename UpdateTokenT = Aws::String>
115 m_updateTokenHasBeenSet =
true;
116 m_updateToken = std::forward<UpdateTokenT>(value);
118 template <
typename UpdateTokenT = Aws::String>
133 template <
typename ResourceTypeListT = Aws::Vector<Aws::String>>
135 m_resourceTypeListHasBeenSet =
true;
136 m_resourceTypeList = std::forward<ResourceTypeListT>(value);
138 template <
typename ResourceTypeListT = Aws::Vector<Aws::String>>
143 template <
typename ResourceTypeListT = Aws::String>
145 m_resourceTypeListHasBeenSet =
true;
146 m_resourceTypeList.emplace_back(std::forward<ResourceTypeListT>(value));
157 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
159 m_lastUpdateTimeHasBeenSet =
true;
160 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
162 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
181 m_resourceSetStatusHasBeenSet =
true;
182 m_resourceSetStatus = value;
203 bool m_idHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
205 bool m_descriptionHasBeenSet =
false;
206 bool m_updateTokenHasBeenSet =
false;
207 bool m_resourceTypeListHasBeenSet =
false;
208 bool m_lastUpdateTimeHasBeenSet =
false;
209 bool m_resourceSetStatusHasBeenSet =
false;
ResourceSet & WithUpdateToken(UpdateTokenT &&value)
ResourceSet & WithResourceSetStatus(ResourceSetStatus value)
const Aws::String & GetId() const
bool ResourceTypeListHasBeenSet() const
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceSet & WithName(NameT &&value)
ResourceSetStatus GetResourceSetStatus() const
void SetName(NameT &&value)
bool UpdateTokenHasBeenSet() const
bool IdHasBeenSet() const
ResourceSet & AddResourceTypeList(ResourceTypeListT &&value)
AWS_FMS_API ResourceSet(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateToken(UpdateTokenT &&value)
const Aws::String & GetDescription() const
ResourceSet & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_FMS_API ResourceSet & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceSet & WithLastUpdateTime(LastUpdateTimeT &&value)
bool NameHasBeenSet() const
bool LastUpdateTimeHasBeenSet() const
const Aws::String & GetUpdateToken() const
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetResourceTypeList() const
ResourceSet & WithId(IdT &&value)
bool ResourceSetStatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
ResourceSet & WithResourceTypeList(ResourceTypeListT &&value)
void SetResourceTypeList(ResourceTypeListT &&value)
void SetDescription(DescriptionT &&value)
void SetResourceSetStatus(ResourceSetStatus value)
AWS_FMS_API ResourceSet()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue