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>
47 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
75 inline void SetSourceImageId(
const char* value) { m_sourceImageIdHasBeenSet =
true; m_sourceImageId.assign(value); }
89 inline void SetSourceRegion(
const char* value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion.assign(value); }
111 bool m_nameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_sourceImageIdHasBeenSet =
false;
120 bool m_sourceRegionHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
CopyWorkspaceImageRequest & WithDescription(Aws::String &&value)
CopyWorkspaceImageRequest & WithSourceRegion(const char *value)
CopyWorkspaceImageRequest & AddTags(const Tag &value)
void SetDescription(const Aws::String &value)
bool SourceRegionHasBeenSet() const
void SetSourceImageId(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DescriptionHasBeenSet() const
CopyWorkspaceImageRequest & WithSourceImageId(const Aws::String &value)
CopyWorkspaceImageRequest & WithSourceRegion(const Aws::String &value)
CopyWorkspaceImageRequest & WithTags(const Aws::Vector< Tag > &value)
CopyWorkspaceImageRequest & AddTags(Tag &&value)
CopyWorkspaceImageRequest & WithSourceImageId(Aws::String &&value)
const Aws::String & GetSourceImageId() const
void SetName(const char *value)
CopyWorkspaceImageRequest & WithSourceRegion(Aws::String &&value)
CopyWorkspaceImageRequest & WithName(Aws::String &&value)
CopyWorkspaceImageRequest & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
const Aws::Vector< Tag > & GetTags() const
CopyWorkspaceImageRequest & WithSourceImageId(const char *value)
void SetSourceImageId(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
CopyWorkspaceImageRequest & WithDescription(const char *value)
void SetSourceRegion(const Aws::String &value)
const Aws::String & GetDescription() const
bool SourceImageIdHasBeenSet() const
CopyWorkspaceImageRequest & WithName(const char *value)
CopyWorkspaceImageRequest & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetSourceRegion(const char *value)
AWS_WORKSPACES_API CopyWorkspaceImageRequest()
void SetSourceRegion(Aws::String &&value)
CopyWorkspaceImageRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetSourceRegion() const
virtual const char * GetServiceRequestName() const override
AWS_WORKSPACES_API Aws::String SerializePayload() const override
void SetName(const Aws::String &value)
void SetDescription(Aws::String &&value)
bool NameHasBeenSet() const
void SetSourceImageId(const Aws::String &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