7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
42 template<
typename WorkspaceIdT = Aws::String>
43 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
44 template<
typename WorkspaceIdT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
67 template<
typename S3LocationT = Aws::String>
68 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
69 template<
typename S3LocationT = Aws::String>
79 template<
typename RoleT = Aws::String>
80 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
81 template<
typename RoleT = Aws::String>
91 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
92 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
97 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
103 bool m_workspaceIdHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_s3LocationHasBeenSet =
false;
112 bool m_roleHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
bool RoleHasBeenSet() const
CreateWorkspaceRequest & WithDescription(DescriptionT &&value)
bool S3LocationHasBeenSet() const
bool WorkspaceIdHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
CreateWorkspaceRequest & WithWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetS3Location() const
CreateWorkspaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorkspaceRequest & WithS3Location(S3LocationT &&value)
const Aws::String & GetRole() const
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
void SetS3Location(S3LocationT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetWorkspaceId() const
bool DescriptionHasBeenSet() const
CreateWorkspaceRequest & WithTags(TagsT &&value)
CreateWorkspaceRequest & WithRole(RoleT &&value)
AWS_IOTTWINMAKER_API CreateWorkspaceRequest()=default
void SetRole(RoleT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String