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 SourceImageIdT = Aws::String>
70 void SetSourceImageId(SourceImageIdT&& value) { m_sourceImageIdHasBeenSet =
true; m_sourceImageId = std::forward<SourceImageIdT>(value); }
71 template<
typename SourceImageIdT = Aws::String>
81 template<
typename SourceRegionT = Aws::String>
82 void SetSourceRegion(SourceRegionT&& value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion = std::forward<SourceRegionT>(value); }
83 template<
typename SourceRegionT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_nameHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_sourceImageIdHasBeenSet =
false;
112 bool m_sourceRegionHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
bool SourceRegionHasBeenSet() const
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DescriptionHasBeenSet() const
AWS_WORKSPACES_API CopyWorkspaceImageRequest()=default
CopyWorkspaceImageRequest & AddTags(TagsT &&value)
const Aws::String & GetSourceImageId() const
void SetName(NameT &&value)
CopyWorkspaceImageRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetSourceRegion(SourceRegionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CopyWorkspaceImageRequest & WithSourceRegion(SourceRegionT &&value)
bool SourceImageIdHasBeenSet() const
CopyWorkspaceImageRequest & WithName(NameT &&value)
void SetSourceImageId(SourceImageIdT &&value)
const Aws::String & GetSourceRegion() const
virtual const char * GetServiceRequestName() const override
AWS_WORKSPACES_API Aws::String SerializePayload() const override
CopyWorkspaceImageRequest & WithTags(TagsT &&value)
bool NameHasBeenSet() const
CopyWorkspaceImageRequest & WithSourceImageId(SourceImageIdT &&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