7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/Blueprint.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
39 m_blueprintsHasBeenSet =
true;
40 m_blueprints = std::forward<BlueprintsT>(value);
42 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
47 template <
typename Bluepr
intsT = Bluepr
int>
49 m_blueprintsHasBeenSet =
true;
50 m_blueprints.emplace_back(std::forward<BlueprintsT>(value));
64 template <
typename NextPageTokenT = Aws::String>
66 m_nextPageTokenHasBeenSet =
true;
67 m_nextPageToken = std::forward<NextPageTokenT>(value);
69 template <
typename NextPageTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_blueprintsHasBeenSet =
false;
97 bool m_nextPageTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
AWS_LIGHTSAIL_API GetBlueprintsResult()=default
AWS_LIGHTSAIL_API GetBlueprintsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlueprints(BlueprintsT &&value)
GetBlueprintsResult & WithNextPageToken(NextPageTokenT &&value)
AWS_LIGHTSAIL_API GetBlueprintsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBlueprintsResult & WithBlueprints(BlueprintsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextPageToken() const
void SetNextPageToken(NextPageTokenT &&value)
const Aws::Vector< Blueprint > & GetBlueprints() const
GetBlueprintsResult & WithRequestId(RequestIdT &&value)
GetBlueprintsResult & AddBlueprints(BlueprintsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue