7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename WorkspaceIdT = Aws::String>
42 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
43 template<
typename WorkspaceIdT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
65 template<
typename RoleT = Aws::String>
66 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
67 template<
typename RoleT = Aws::String>
78 template<
typename S3LocationT = Aws::String>
79 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
80 template<
typename S3LocationT = Aws::String>
86 bool m_workspaceIdHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
92 bool m_roleHasBeenSet =
false;
95 bool m_s3LocationHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
const Aws::String & GetS3Location() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetRole() const
UpdateWorkspaceRequest & WithRole(RoleT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
UpdateWorkspaceRequest & WithS3Location(S3LocationT &&value)
void SetS3Location(S3LocationT &&value)
AWS_IOTTWINMAKER_API UpdateWorkspaceRequest()=default
bool WorkspaceIdHasBeenSet() const
UpdateWorkspaceRequest & WithDescription(DescriptionT &&value)
UpdateWorkspaceRequest & WithWorkspaceId(WorkspaceIdT &&value)
bool RoleHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
bool S3LocationHasBeenSet() const
void SetRole(RoleT &&value)
const Aws::String & GetWorkspaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String