7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename AgentIdT = Aws::String>
62 m_agentIdHasBeenSet =
true;
63 m_agentId = std::forward<AgentIdT>(value);
65 template <
typename AgentIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 m_updatedAtHasBeenSet =
true;
135 m_updatedAt = std::forward<UpdatedAtT>(value);
137 template <
typename UpdatedAtT = Aws::Utils::DateTime>
150 template <
typename IconIdT = Aws::String>
152 m_iconIdHasBeenSet =
true;
153 m_iconId = std::forward<IconIdT>(value);
155 template <
typename IconIdT = Aws::String>
175 bool m_arnHasBeenSet =
false;
176 bool m_agentIdHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
180 bool m_updatedAtHasBeenSet =
false;
181 bool m_iconIdHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDescription(DescriptionT &&value)
AgentSummary & WithDescription(DescriptionT &&value)
AgentSummary & WithName(NameT &&value)
AWS_QUICKSIGHT_API AgentSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AgentSummary()=default
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentSummary & WithArn(ArnT &&value)
void SetIconId(IconIdT &&value)
bool AgentIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetName(NameT &&value)
AgentSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_QUICKSIGHT_API AgentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
void SetUpdatedAt(UpdatedAtT &&value)
AgentSummary & WithIconId(IconIdT &&value)
void SetAgentId(AgentIdT &&value)
bool IconIdHasBeenSet() const
AgentSummary & WithAgentId(AgentIdT &&value)
const Aws::String & GetIconId() const
const Aws::String & GetArn() const
AgentSummary & WithCreatedAt(CreatedAtT &&value)
bool UpdatedAtHasBeenSet() const
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetAgentId() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue