7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/workspaces/model/Tag.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename WorkspaceIdT = Aws::String>
70 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
71 template<
typename WorkspaceIdT = Aws::String>
83 template<
typename TagsT = Aws::Vector<Tag>>
84 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
85 template<
typename TagsT = Aws::Vector<Tag>>
87 template<
typename TagsT = Tag>
93 bool m_nameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 bool m_workspaceIdHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
const Aws::String & GetName() const
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateWorkspaceImageRequest & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
CreateWorkspaceImageRequest & WithWorkspaceId(WorkspaceIdT &&value)
CreateWorkspaceImageRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
bool WorkspaceIdHasBeenSet() const
void SetWorkspaceId(WorkspaceIdT &&value)
AWS_WORKSPACES_API CreateWorkspaceImageRequest()=default
CreateWorkspaceImageRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetWorkspaceId() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateWorkspaceImageRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_WORKSPACES_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
void SetName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector