7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ArnT = Aws::String>
60 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
61 template<
typename ArnT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
84 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
85 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 template<
typename LastModifiedRegionT = Aws::String>
96 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
97 template<
typename LastModifiedRegionT = Aws::String>
103 bool m_idHasBeenSet =
false;
106 bool m_arnHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_lastModifiedTimeHasBeenSet =
false;
115 bool m_lastModifiedRegionHasBeenSet =
false;
void SetLastModifiedRegion(LastModifiedRegionT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
PromptSummary & WithName(NameT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
bool LastModifiedRegionHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
PromptSummary & WithId(IdT &&value)
AWS_CONNECT_API PromptSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetName() const
PromptSummary & WithArn(ArnT &&value)
AWS_CONNECT_API PromptSummary()=default
void SetArn(ArnT &&value)
AWS_CONNECT_API PromptSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::String & GetId() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
PromptSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
const Aws::String & GetArn() const
PromptSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue