7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/fms/model/ResourceSetStatus.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
101 template<
typename UpdateTokenT = Aws::String>
102 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
103 template<
typename UpdateTokenT = Aws::String>
115 template<
typename ResourceTypeListT = Aws::Vector<Aws::String>>
116 void SetResourceTypeList(ResourceTypeListT&& value) { m_resourceTypeListHasBeenSet =
true; m_resourceTypeList = std::forward<ResourceTypeListT>(value); }
117 template<
typename ResourceTypeListT = Aws::Vector<Aws::String>>
119 template<
typename ResourceTypeListT = Aws::String>
120 ResourceSet&
AddResourceTypeList(ResourceTypeListT&& value) { m_resourceTypeListHasBeenSet =
true; m_resourceTypeList.emplace_back(std::forward<ResourceTypeListT>(value));
return *
this; }
129 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
130 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
131 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
152 bool m_idHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_updateTokenHasBeenSet =
false;
164 bool m_resourceTypeListHasBeenSet =
false;
167 bool m_lastUpdateTimeHasBeenSet =
false;
170 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