7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-data-automation/model/BlueprintSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace BedrockDataAutomation
45 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
intSummary>>
46 void SetBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet =
true; m_blueprints = std::forward<BlueprintsT>(value); }
47 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
intSummary>>
49 template<
typename Bluepr
intsT = Bluepr
intSummary>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_blueprintsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListBlueprintsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetBlueprints(BlueprintsT &&value)
ListBlueprintsResult & WithBlueprints(BlueprintsT &&value)
const Aws::Vector< BlueprintSummary > & GetBlueprints() const
AWS_BEDROCKDATAAUTOMATION_API ListBlueprintsResult()=default
ListBlueprintsResult & WithNextToken(NextTokenT &&value)
AWS_BEDROCKDATAAUTOMATION_API ListBlueprintsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKDATAAUTOMATION_API ListBlueprintsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListBlueprintsResult & AddBlueprints(BlueprintsT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue