7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
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 LastModifiedTimeT = Aws::Utils::DateTime>
98 m_lastModifiedTimeHasBeenSet =
true;
99 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
101 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 template <
typename LastModifiedRegionT = Aws::String>
116 m_lastModifiedRegionHasBeenSet =
true;
117 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
119 template <
typename LastModifiedRegionT = Aws::String>
135 bool m_idHasBeenSet =
false;
136 bool m_arnHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 bool m_lastModifiedTimeHasBeenSet =
false;
139 bool m_lastModifiedRegionHasBeenSet =
false;
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
RoutingProfileSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
AWS_CONNECT_API RoutingProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
RoutingProfileSummary & WithId(IdT &&value)
const Aws::String & GetLastModifiedRegion() const
const Aws::String & GetId() const
const Aws::String & GetName() const
bool IdHasBeenSet() const
void SetName(NameT &&value)
RoutingProfileSummary & WithName(NameT &&value)
void SetArn(ArnT &&value)
AWS_CONNECT_API RoutingProfileSummary()=default
bool LastModifiedRegionHasBeenSet() const
RoutingProfileSummary & WithArn(ArnT &&value)
AWS_CONNECT_API RoutingProfileSummary(Aws::Utils::Json::JsonView jsonValue)
RoutingProfileSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue