7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/AppCategory.h>
45 inline void SetIncludeInactive(
bool value) { m_includeInactiveHasBeenSet =
true; m_includeInactive = value; }
58 template<
typename PageTokenT = Aws::String>
59 void SetPageToken(PageTokenT&& value) { m_pageTokenHasBeenSet =
true; m_pageToken = std::forward<PageTokenT>(value); }
60 template<
typename PageTokenT = Aws::String>
77 bool m_includeInactive{
false};
78 bool m_includeInactiveHasBeenSet =
false;
81 bool m_pageTokenHasBeenSet =
false;
84 bool m_appCategoryHasBeenSet =
false;
void SetAppCategory(AppCategory value)
const Aws::String & GetPageToken() const
AWS_LIGHTSAIL_API GetBlueprintsRequest()=default
virtual const char * GetServiceRequestName() const override
GetBlueprintsRequest & WithPageToken(PageTokenT &&value)
bool PageTokenHasBeenSet() const
bool IncludeInactiveHasBeenSet() const
AppCategory GetAppCategory() const
bool AppCategoryHasBeenSet() const
void SetPageToken(PageTokenT &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
GetBlueprintsRequest & WithAppCategory(AppCategory value)
bool GetIncludeInactive() const
GetBlueprintsRequest & WithIncludeInactive(bool value)
void SetIncludeInactive(bool value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String