7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ViewType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename NameT = Aws::String>
97 m_nameHasBeenSet =
true;
98 m_name = std::forward<NameT>(value);
100 template <
typename NameT = Aws::String>
102 SetName(std::forward<NameT>(value));
114 m_typeHasBeenSet =
true;
130 m_versionHasBeenSet =
true;
145 template <
typename VersionDescriptionT = Aws::String>
147 m_versionDescriptionHasBeenSet =
true;
148 m_versionDescription = std::forward<VersionDescriptionT>(value);
150 template <
typename VersionDescriptionT = Aws::String>
170 bool m_idHasBeenSet =
false;
171 bool m_arnHasBeenSet =
false;
172 bool m_descriptionHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
174 bool m_typeHasBeenSet =
false;
175 bool m_versionHasBeenSet =
false;
176 bool m_versionDescriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
AWS_CONNECT_API ViewVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
bool NameHasBeenSet() const
bool VersionDescriptionHasBeenSet() const
const Aws::String & GetArn() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
ViewVersionSummary & WithName(NameT &&value)
ViewVersionSummary & WithType(ViewType value)
ViewVersionSummary & WithArn(ArnT &&value)
ViewVersionSummary & WithVersionDescription(VersionDescriptionT &&value)
void SetArn(ArnT &&value)
AWS_CONNECT_API ViewVersionSummary()=default
ViewVersionSummary & WithDescription(DescriptionT &&value)
ViewVersionSummary & WithVersion(int value)
void SetType(ViewType value)
bool VersionHasBeenSet() const
void SetVersion(int value)
AWS_CONNECT_API ViewVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetVersionDescription() const
ViewVersionSummary & WithId(IdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
void SetVersionDescription(VersionDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue