7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename WorkspaceIdT = Aws::String>
50 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
51 template<
typename WorkspaceIdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename LinkedServicesT = Aws::Vector<Aws::String>>
86 void SetLinkedServices(LinkedServicesT&& value) { m_linkedServicesHasBeenSet =
true; m_linkedServices = std::forward<LinkedServicesT>(value); }
87 template<
typename LinkedServicesT = Aws::Vector<Aws::String>>
89 template<
typename LinkedServicesT = Aws::String>
90 WorkspaceSummary&
AddLinkedServices(LinkedServicesT&& value) { m_linkedServicesHasBeenSet =
true; m_linkedServices.emplace_back(std::forward<LinkedServicesT>(value));
return *
this; }
99 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
100 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
101 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
111 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
112 void SetUpdateDateTime(UpdateDateTimeT&& value) { m_updateDateTimeHasBeenSet =
true; m_updateDateTime = std::forward<UpdateDateTimeT>(value); }
113 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
119 bool m_workspaceIdHasBeenSet =
false;
122 bool m_arnHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_linkedServicesHasBeenSet =
false;
131 bool m_creationDateTimeHasBeenSet =
false;
134 bool m_updateDateTimeHasBeenSet =
false;
WorkspaceSummary & WithLinkedServices(LinkedServicesT &&value)
const Aws::String & GetArn() const
void SetWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetWorkspaceId() const
WorkspaceSummary & WithUpdateDateTime(UpdateDateTimeT &&value)
bool UpdateDateTimeHasBeenSet() const
WorkspaceSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetDescription(DescriptionT &&value)
bool CreationDateTimeHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
bool DescriptionHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::Vector< Aws::String > & GetLinkedServices() const
AWS_IOTTWINMAKER_API WorkspaceSummary(Aws::Utils::Json::JsonView jsonValue)
WorkspaceSummary & WithWorkspaceId(WorkspaceIdT &&value)
bool LinkedServicesHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateDateTime() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdateDateTime(UpdateDateTimeT &&value)
WorkspaceSummary & WithDescription(DescriptionT &&value)
AWS_IOTTWINMAKER_API WorkspaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkspaceSummary & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_IOTTWINMAKER_API WorkspaceSummary()=default
const Aws::String & GetDescription() const
WorkspaceSummary & AddLinkedServices(LinkedServicesT &&value)
void SetLinkedServices(LinkedServicesT &&value)
bool WorkspaceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue