7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ViewType.h>
10#include <aws/connect/model/ViewStatus.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>
106 template<
typename DescriptionT = Aws::String>
107 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
108 template<
typename DescriptionT = Aws::String>
114 bool m_idHasBeenSet =
false;
117 bool m_arnHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
123 bool m_typeHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
ViewStatus GetStatus() const
bool DescriptionHasBeenSet() const
ViewSummary & WithName(NameT &&value)
ViewSummary & WithDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
void SetStatus(ViewStatus value)
void SetType(ViewType value)
ViewSummary & WithId(IdT &&value)
const Aws::String & GetDescription() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
AWS_CONNECT_API ViewSummary()=default
const Aws::String & GetId() const
void SetArn(ArnT &&value)
AWS_CONNECT_API ViewSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
ViewSummary & WithStatus(ViewStatus value)
const Aws::String & GetName() const
ViewSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
AWS_CONNECT_API ViewSummary(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ViewSummary & WithType(ViewType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue