7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/AppCategory.h>
42 m_includeInactiveHasBeenSet =
true;
43 m_includeInactive = value;
60 template <
typename PageTokenT = Aws::String>
62 m_pageTokenHasBeenSet =
true;
63 m_pageToken = std::forward<PageTokenT>(value);
65 template <
typename PageTokenT = Aws::String>
81 m_appCategoryHasBeenSet =
true;
82 m_appCategory = value;
90 bool m_includeInactive{
false};
91 bool m_includeInactiveHasBeenSet =
false;
94 bool m_pageTokenHasBeenSet =
false;
97 bool m_appCategoryHasBeenSet =
false;
void SetPageToken(PageTokenT &&value)
GetBundlesRequest & WithAppCategory(AppCategory value)
const Aws::String & GetPageToken() const
void SetAppCategory(AppCategory value)
bool PageTokenHasBeenSet() const
GetBundlesRequest & WithPageToken(PageTokenT &&value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LIGHTSAIL_API GetBundlesRequest()=default
virtual const char * GetServiceRequestName() const override
bool AppCategoryHasBeenSet() const
void SetIncludeInactive(bool value)
bool IncludeInactiveHasBeenSet() const
AppCategory GetAppCategory() const
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
GetBundlesRequest & WithIncludeInactive(bool value)
bool GetIncludeInactive() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String