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