7#include <aws/bedrock-data-automation/BedrockDataAutomationRequest.h>
8#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
9#include <aws/bedrock-data-automation/model/BlueprintStageFilter.h>
10#include <aws/bedrock-data-automation/model/DataAutomationProjectFilter.h>
11#include <aws/bedrock-data-automation/model/ResourceOwner.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockDataAutomation {
41 template <
typename Bluepr
intArnT = Aws::String>
43 m_blueprintArnHasBeenSet =
true;
44 m_blueprintArn = std::forward<BlueprintArnT>(value);
46 template <
typename Bluepr
intArnT = Aws::String>
58 m_resourceOwnerHasBeenSet =
true;
59 m_resourceOwner = value;
72 m_blueprintStageFilterHasBeenSet =
true;
73 m_blueprintStageFilter = value;
86 m_maxResultsHasBeenSet =
true;
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
115 template <
typename ProjectFilterT = DataAutomationProjectFilter>
117 m_projectFilterHasBeenSet =
true;
118 m_projectFilter = std::forward<ProjectFilterT>(value);
120 template <
typename ProjectFilterT = DataAutomationProjectFilter>
137 DataAutomationProjectFilter m_projectFilter;
138 bool m_blueprintArnHasBeenSet =
false;
139 bool m_resourceOwnerHasBeenSet =
false;
140 bool m_blueprintStageFilterHasBeenSet =
false;
141 bool m_maxResultsHasBeenSet =
false;
142 bool m_nextTokenHasBeenSet =
false;
143 bool m_projectFilterHasBeenSet =
false;
void SetBlueprintArn(BlueprintArnT &&value)
bool ResourceOwnerHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetBlueprintArn() const
ListBlueprintsRequest & WithBlueprintArn(BlueprintArnT &&value)
bool BlueprintStageFilterHasBeenSet() const
void SetProjectFilter(ProjectFilterT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
bool ProjectFilterHasBeenSet() const
ListBlueprintsRequest & WithMaxResults(int value)
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
AWS_BEDROCKDATAAUTOMATION_API ListBlueprintsRequest()=default
ListBlueprintsRequest & WithBlueprintStageFilter(BlueprintStageFilter value)
ResourceOwner GetResourceOwner() const
bool BlueprintArnHasBeenSet() const
ListBlueprintsRequest & WithNextToken(NextTokenT &&value)
void SetResourceOwner(ResourceOwner value)
void SetBlueprintStageFilter(BlueprintStageFilter value)
bool NextTokenHasBeenSet() const
ListBlueprintsRequest & WithResourceOwner(ResourceOwner value)
BlueprintStageFilter GetBlueprintStageFilter() const
const DataAutomationProjectFilter & GetProjectFilter() const
ListBlueprintsRequest & WithProjectFilter(ProjectFilterT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String