7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename IdT = Aws::String>
82 m_idHasBeenSet =
true;
83 m_id = std::forward<IdT>(value);
85 template <
typename IdT = Aws::String>
87 SetId(std::forward<IdT>(value));
99 template <
typename ArnT = Aws::String>
101 m_arnHasBeenSet =
true;
102 m_arn = std::forward<ArnT>(value);
104 template <
typename ArnT = Aws::String>
106 SetArn(std::forward<ArnT>(value));
117 template <
typename VersionT = Aws::String>
119 m_versionHasBeenSet =
true;
120 m_version = std::forward<VersionT>(value);
122 template <
typename VersionT = Aws::String>
135 template <
typename CreatedAtT = Aws::Utils::DateTime>
137 m_createdAtHasBeenSet =
true;
138 m_createdAt = std::forward<CreatedAtT>(value);
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 template <
typename UpdatedAtT = Aws::Utils::DateTime>
155 m_updatedAtHasBeenSet =
true;
156 m_updatedAt = std::forward<UpdatedAtT>(value);
158 template <
typename UpdatedAtT = Aws::Utils::DateTime>
178 bool m_nameHasBeenSet =
false;
179 bool m_descriptionHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
181 bool m_arnHasBeenSet =
false;
182 bool m_versionHasBeenSet =
false;
183 bool m_createdAtHasBeenSet =
false;
184 bool m_updatedAtHasBeenSet =
false;
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
PromptSummary & WithUpdatedAt(UpdatedAtT &&value)
PromptSummary & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
PromptSummary & WithName(NameT &&value)
const Aws::String & GetVersion() const
AWS_BEDROCKAGENT_API PromptSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PromptSummary & WithCreatedAt(CreatedAtT &&value)
AWS_BEDROCKAGENT_API PromptSummary(Aws::Utils::Json::JsonView jsonValue)
PromptSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
PromptSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool VersionHasBeenSet() const
PromptSummary & WithVersion(VersionT &&value)
void SetVersion(VersionT &&value)
const Aws::String & GetId() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_BEDROCKAGENT_API PromptSummary()=default
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