7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PageTokenT = Aws::String>
47 void SetPageToken(PageTokenT&& value) { m_pageTokenHasBeenSet =
true; m_pageToken = std::forward<PageTokenT>(value); }
48 template<
typename PageTokenT = Aws::String>
59 inline void SetIncludeInactive(
bool value) { m_includeInactiveHasBeenSet =
true; m_includeInactive = value; }
65 bool m_pageTokenHasBeenSet =
false;
67 bool m_includeInactive{
false};
68 bool m_includeInactiveHasBeenSet =
false;
AWS_LIGHTSAIL_API GetRelationalDatabaseBundlesRequest()=default
bool PageTokenHasBeenSet() const
bool IncludeInactiveHasBeenSet() const
GetRelationalDatabaseBundlesRequest & WithIncludeInactive(bool value)
void SetIncludeInactive(bool value)
bool GetIncludeInactive() const
GetRelationalDatabaseBundlesRequest & WithPageToken(PageTokenT &&value)
const Aws::String & GetPageToken() const
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPageToken(PageTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String