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>
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
90 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
104 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
156 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
164 bool m_arnHasBeenSet =
false;
167 bool m_createdAtHasBeenSet =
false;
170 bool m_descriptionHasBeenSet =
false;
173 bool m_idHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
185 bool m_versionHasBeenSet =
false;
void SetArn(Aws::String &&value)
FlowSummary & WithId(Aws::String &&value)
void SetDescription(const Aws::String &value)
FlowSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
const Aws::String & GetName() const
FlowSummary & WithId(const Aws::String &value)
FlowSummary & WithArn(const Aws::String &value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const FlowStatus & GetStatus() const
bool CreatedAtHasBeenSet() const
bool IdHasBeenSet() const
void SetId(Aws::String &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API FlowSummary()
void SetDescription(Aws::String &&value)
void SetStatus(const FlowStatus &value)
FlowSummary & WithName(const char *value)
FlowSummary & WithVersion(const char *value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API FlowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
FlowSummary & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetId(const char *value)
const Aws::String & GetArn() const
void SetArn(const char *value)
FlowSummary & WithDescription(Aws::String &&value)
void SetName(const char *value)
void SetId(const Aws::String &value)
bool VersionHasBeenSet() const
FlowSummary & WithArn(const char *value)
void SetName(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
FlowSummary & WithName(Aws::String &&value)
FlowSummary & WithName(const Aws::String &value)
bool StatusHasBeenSet() const
FlowSummary & WithVersion(Aws::String &&value)
void SetStatus(FlowStatus &&value)
FlowSummary & WithStatus(const FlowStatus &value)
FlowSummary & WithVersion(const Aws::String &value)
FlowSummary & WithDescription(const char *value)
void SetVersion(const char *value)
FlowSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetVersion(Aws::String &&value)
bool ArnHasBeenSet() const
FlowSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetVersion(const Aws::String &value)
AWS_BEDROCKAGENT_API FlowSummary(Aws::Utils::Json::JsonView jsonValue)
FlowSummary & WithArn(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetVersion() const
FlowSummary & WithStatus(FlowStatus &&value)
const Aws::String & GetId() const
void SetName(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
FlowSummary & WithId(const char *value)
bool UpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue