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>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 template<
typename IdT = Aws::String>
76 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
77 template<
typename IdT = Aws::String>
97 template<
typename VersionT = Aws::String>
98 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
99 template<
typename VersionT = Aws::String>
105 bool m_arnHasBeenSet =
false;
108 bool m_createdAtHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
114 bool m_statusHasBeenSet =
false;
117 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue