7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/bedrock-agent/model/FlowStatus.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename IdT = Aws::String>
85 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
86 template<
typename IdT = Aws::String>
96 template<
typename NameT = Aws::String>
97 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
98 template<
typename NameT = Aws::String>
132 template<
typename UpdatedAtT = Aws::Utils::DateTime>
133 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
134 template<
typename UpdatedAtT = Aws::Utils::DateTime>
144 template<
typename VersionT = Aws::String>
145 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
146 template<
typename VersionT = Aws::String>
152 bool m_arnHasBeenSet =
false;
155 bool m_createdAtHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_idHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
167 bool m_statusHasBeenSet =
false;
170 bool m_updatedAtHasBeenSet =
false;
173 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