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; }
60 inline void SetPageToken(
const char* value) { m_pageTokenHasBeenSet =
true; m_pageToken.assign(value); }
81 bool m_includeInactive;
82 bool m_includeInactiveHasBeenSet =
false;
85 bool m_pageTokenHasBeenSet =
false;
88 bool m_appCategoryHasBeenSet =
false;
GetBlueprintsRequest & WithAppCategory(const AppCategory &value)
void SetPageToken(const char *value)
void SetPageToken(const Aws::String &value)
void SetPageToken(Aws::String &&value)
const Aws::String & GetPageToken() const
GetBlueprintsRequest & WithPageToken(const char *value)
GetBlueprintsRequest & WithPageToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool PageTokenHasBeenSet() const
AWS_LIGHTSAIL_API GetBlueprintsRequest()
GetBlueprintsRequest & WithPageToken(const Aws::String &value)
bool IncludeInactiveHasBeenSet() const
void SetAppCategory(const AppCategory &value)
const AppCategory & GetAppCategory() const
GetBlueprintsRequest & WithAppCategory(AppCategory &&value)
bool AppCategoryHasBeenSet() const
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
void SetAppCategory(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