7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
42 template <
typename PageTokenT = Aws::String>
44 m_pageTokenHasBeenSet =
true;
45 m_pageToken = std::forward<PageTokenT>(value);
47 template <
typename PageTokenT = Aws::String>
62 m_includeInactiveHasBeenSet =
true;
63 m_includeInactive = value;
73 bool m_includeInactive{
false};
74 bool m_pageTokenHasBeenSet =
false;
75 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