7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/fms/model/AppsListData.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/fms/model/Tag.h>
45 template<
typename AppsListT = AppsListData>
46 void SetAppsList(AppsListT&& value) { m_appsListHasBeenSet =
true; m_appsList = std::forward<AppsListT>(value); }
47 template<
typename AppsListT = AppsListData>
57 template<
typename TagListT = Aws::Vector<Tag>>
58 void SetTagList(TagListT&& value) { m_tagListHasBeenSet =
true; m_tagList = std::forward<TagListT>(value); }
59 template<
typename TagListT = Aws::Vector<Tag>>
61 template<
typename TagListT = Tag>
62 PutAppsListRequest&
AddTagList(TagListT&& value) { m_tagListHasBeenSet =
true; m_tagList.emplace_back(std::forward<TagListT>(value));
return *
this; }
67 bool m_appsListHasBeenSet =
false;
70 bool m_tagListHasBeenSet =
false;
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const AppsListData & GetAppsList() const
bool TagListHasBeenSet() const
bool AppsListHasBeenSet() const
void SetAppsList(AppsListT &&value)
AWS_FMS_API PutAppsListRequest()=default
PutAppsListRequest & WithAppsList(AppsListT &&value)
PutAppsListRequest & WithTagList(TagListT &&value)
virtual const char * GetServiceRequestName() const override
AWS_FMS_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTagList() const
void SetTagList(TagListT &&value)
PutAppsListRequest & AddTagList(TagListT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector