7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/workspaces/model/WorkSpaceApplicationLicenseType.h>
11#include <aws/workspaces/model/WorkSpaceApplicationState.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/workspaces/model/Compute.h>
14#include <aws/workspaces/model/OperatingSystemName.h>
52 template<
typename ApplicationIdT = Aws::String>
53 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
54 template<
typename ApplicationIdT = Aws::String>
64 template<
typename CreatedT = Aws::Utils::DateTime>
65 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
66 template<
typename CreatedT = Aws::Utils::DateTime>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
98 template<
typename NameT = Aws::String>
99 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
100 template<
typename NameT = Aws::String>
110 template<
typename OwnerT = Aws::String>
111 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
112 template<
typename OwnerT = Aws::String>
132 template<
typename SupportedComputeTypeNamesT = Aws::Vector<Compute>>
133 void SetSupportedComputeTypeNames(SupportedComputeTypeNamesT&& value) { m_supportedComputeTypeNamesHasBeenSet =
true; m_supportedComputeTypeNames = std::forward<SupportedComputeTypeNamesT>(value); }
134 template<
typename SupportedComputeTypeNamesT = Aws::Vector<Compute>>
145 template<
typename SupportedOperatingSystemNamesT = Aws::Vector<OperatingSystemName>>
146 void SetSupportedOperatingSystemNames(SupportedOperatingSystemNamesT&& value) { m_supportedOperatingSystemNamesHasBeenSet =
true; m_supportedOperatingSystemNames = std::forward<SupportedOperatingSystemNamesT>(value); }
147 template<
typename SupportedOperatingSystemNamesT = Aws::Vector<OperatingSystemName>>
154 bool m_applicationIdHasBeenSet =
false;
157 bool m_createdHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_licenseTypeHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_ownerHasBeenSet =
false;
172 bool m_stateHasBeenSet =
false;
175 bool m_supportedComputeTypeNamesHasBeenSet =
false;
178 bool m_supportedOperatingSystemNamesHasBeenSet =
false;
bool SupportedComputeTypeNamesHasBeenSet() const
void SetSupportedOperatingSystemNames(SupportedOperatingSystemNamesT &&value)
void SetApplicationId(ApplicationIdT &&value)
WorkSpaceApplication & WithState(WorkSpaceApplicationState value)
WorkSpaceApplication & AddSupportedOperatingSystemNames(OperatingSystemName value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
const Aws::Vector< OperatingSystemName > & GetSupportedOperatingSystemNames() const
WorkSpaceApplicationLicenseType GetLicenseType() const
bool OwnerHasBeenSet() const
bool NameHasBeenSet() const
void SetSupportedComputeTypeNames(SupportedComputeTypeNamesT &&value)
void SetOwner(OwnerT &&value)
AWS_WORKSPACES_API WorkSpaceApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplicationId() const
WorkSpaceApplication & WithSupportedComputeTypeNames(SupportedComputeTypeNamesT &&value)
bool LicenseTypeHasBeenSet() const
AWS_WORKSPACES_API WorkSpaceApplication(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
WorkSpaceApplication & WithSupportedOperatingSystemNames(SupportedOperatingSystemNamesT &&value)
bool ApplicationIdHasBeenSet() const
AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
const Aws::Vector< Compute > & GetSupportedComputeTypeNames() const
WorkSpaceApplication & WithLicenseType(WorkSpaceApplicationLicenseType value)
void SetName(NameT &&value)
WorkSpaceApplication & WithName(NameT &&value)
WorkSpaceApplication & WithCreated(CreatedT &&value)
bool CreatedHasBeenSet() const
WorkSpaceApplication & WithApplicationId(ApplicationIdT &&value)
void SetState(WorkSpaceApplicationState value)
WorkSpaceApplication & WithOwner(OwnerT &&value)
void SetCreated(CreatedT &&value)
WorkSpaceApplication & WithDescription(DescriptionT &&value)
WorkSpaceApplication & AddSupportedComputeTypeNames(Compute value)
AWS_WORKSPACES_API WorkSpaceApplication()=default
void SetLicenseType(WorkSpaceApplicationLicenseType value)
bool SupportedOperatingSystemNamesHasBeenSet() const
const Aws::String & GetOwner() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreated() const
WorkSpaceApplicationState GetState() const
WorkSpaceApplicationLicenseType
WorkSpaceApplicationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue