7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetUpdateAvailable(
bool value) { m_updateAvailableHasBeenSet =
true; m_updateAvailable = value; }
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
68 bool m_updateAvailable{
false};
69 bool m_updateAvailableHasBeenSet =
false;
72 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetDescription() const
AWS_WORKSPACES_API UpdateResult & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateResult & WithUpdateAvailable(bool value)
bool DescriptionHasBeenSet() const
bool GetUpdateAvailable() const
AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdateAvailableHasBeenSet() const
AWS_WORKSPACES_API UpdateResult(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACES_API UpdateResult()=default
UpdateResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdateAvailable(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue