7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ViewType.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 DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename NameT = Aws::String>
84 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
85 template<
typename NameT = Aws::String>
105 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
115 template<
typename VersionDescriptionT = Aws::String>
116 void SetVersionDescription(VersionDescriptionT&& value) { m_versionDescriptionHasBeenSet =
true; m_versionDescription = std::forward<VersionDescriptionT>(value); }
117 template<
typename VersionDescriptionT = Aws::String>
123 bool m_idHasBeenSet =
false;
126 bool m_arnHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_typeHasBeenSet =
false;
138 bool m_versionHasBeenSet =
false;
141 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