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 {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename ArnT = Aws::String>
65 m_arnHasBeenSet =
true;
66 m_arn = std::forward<ArnT>(value);
68 template <
typename ArnT = Aws::String>
70 SetArn(std::forward<ArnT>(value));
82 m_statusHasBeenSet =
true;
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename VersionT = Aws::String>
117 m_versionHasBeenSet =
true;
118 m_version = std::forward<VersionT>(value);
120 template <
typename VersionT = Aws::String>
136 bool m_idHasBeenSet =
false;
137 bool m_arnHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
140 bool m_versionHasBeenSet =
false;
const Aws::String & GetId() const
FlowVersionSummary & WithVersion(VersionT &&value)
bool VersionHasBeenSet() const
FlowVersionSummary & WithArn(ArnT &&value)
AWS_BEDROCKAGENT_API FlowVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FlowVersionSummary()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
FlowVersionSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
FlowStatus GetStatus() const
FlowVersionSummary & WithId(IdT &&value)
void SetStatus(FlowStatus value)
bool StatusHasBeenSet() const
void SetVersion(VersionT &&value)
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
AWS_BEDROCKAGENT_API FlowVersionSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVersion() const
FlowVersionSummary & WithStatus(FlowStatus value)
void SetCreatedAt(CreatedAtT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue