7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgent {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename IdT = Aws::String>
80 m_idHasBeenSet =
true;
81 m_id = std::forward<IdT>(value);
83 template <
typename IdT = Aws::String>
85 SetId(std::forward<IdT>(value));
96 template <
typename ArnT = Aws::String>
98 m_arnHasBeenSet =
true;
99 m_arn = std::forward<ArnT>(value);
101 template <
typename ArnT = Aws::String>
103 SetArn(std::forward<ArnT>(value));
129 m_statusHasBeenSet =
true;
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
146 m_createdAtHasBeenSet =
true;
147 m_createdAt = std::forward<CreatedAtT>(value);
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 template <
typename UpdatedAtT = Aws::Utils::DateTime>
164 m_updatedAtHasBeenSet =
true;
165 m_updatedAt = std::forward<UpdatedAtT>(value);
167 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 template <
typename VersionT = Aws::String>
182 m_versionHasBeenSet =
true;
183 m_version = std::forward<VersionT>(value);
185 template <
typename VersionT = Aws::String>
193 bool m_nameHasBeenSet =
false;
196 bool m_descriptionHasBeenSet =
false;
199 bool m_idHasBeenSet =
false;
202 bool m_arnHasBeenSet =
false;
205 bool m_statusHasBeenSet =
false;
208 bool m_createdAtHasBeenSet =
false;
211 bool m_updatedAtHasBeenSet =
false;
214 bool m_versionHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
FlowSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
FlowStatus GetStatus() const
FlowSummary & WithVersion(VersionT &&value)
bool CreatedAtHasBeenSet() const
bool IdHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
FlowSummary & WithStatus(FlowStatus value)
FlowSummary & WithArn(ArnT &&value)
const Aws::String & GetDescription() const
FlowSummary & WithUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API FlowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetArn() const
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
void SetVersion(VersionT &&value)
bool VersionHasBeenSet() const
FlowSummary & WithId(IdT &&value)
FlowSummary & WithName(NameT &&value)
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
FlowSummary & WithCreatedAt(CreatedAtT &&value)
bool ArnHasBeenSet() const
AWS_BEDROCKAGENT_API FlowSummary(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API FlowSummary()=default
const Aws::String & GetVersion() const
const Aws::String & GetId() const
void SetStatus(FlowStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool UpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue