7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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 DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename IdT = Aws::String>
88 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
89 template<
typename IdT = Aws::String>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
111 template<
typename UpdatedAtT = Aws::Utils::DateTime>
112 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
113 template<
typename UpdatedAtT = Aws::Utils::DateTime>
123 template<
typename VersionT = Aws::String>
124 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
125 template<
typename VersionT = Aws::String>
131 bool m_arnHasBeenSet =
false;
134 bool m_createdAtHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_idHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
146 bool m_updatedAtHasBeenSet =
false;
149 bool m_versionHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue