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/workspaces/model/ComputeType.h>
11#include <aws/workspaces/model/UserStorage.h>
12#include <aws/workspaces/model/RootStorage.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/workspaces/model/Tag.h>
48 template<
typename BundleNameT = Aws::String>
49 void SetBundleName(BundleNameT&& value) { m_bundleNameHasBeenSet =
true; m_bundleName = std::forward<BundleNameT>(value); }
50 template<
typename BundleNameT = Aws::String>
60 template<
typename BundleDescriptionT = Aws::String>
61 void SetBundleDescription(BundleDescriptionT&& value) { m_bundleDescriptionHasBeenSet =
true; m_bundleDescription = std::forward<BundleDescriptionT>(value); }
62 template<
typename BundleDescriptionT = Aws::String>
72 template<
typename ImageIdT = Aws::String>
73 void SetImageId(ImageIdT&& value) { m_imageIdHasBeenSet =
true; m_imageId = std::forward<ImageIdT>(value); }
74 template<
typename ImageIdT = Aws::String>
82 template<
typename ComputeTypeT = ComputeType>
83 void SetComputeType(ComputeTypeT&& value) { m_computeTypeHasBeenSet =
true; m_computeType = std::forward<ComputeTypeT>(value); }
84 template<
typename ComputeTypeT = ComputeType>
92 template<
typename UserStorageT = UserStorage>
93 void SetUserStorage(UserStorageT&& value) { m_userStorageHasBeenSet =
true; m_userStorage = std::forward<UserStorageT>(value); }
94 template<
typename UserStorageT = UserStorage>
102 template<
typename RootStorageT = RootStorage>
103 void SetRootStorage(RootStorageT&& value) { m_rootStorageHasBeenSet =
true; m_rootStorage = std::forward<RootStorageT>(value); }
104 template<
typename RootStorageT = RootStorage>
117 template<
typename TagsT = Aws::Vector<Tag>>
118 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
119 template<
typename TagsT = Aws::Vector<Tag>>
121 template<
typename TagsT = Tag>
127 bool m_bundleNameHasBeenSet =
false;
130 bool m_bundleDescriptionHasBeenSet =
false;
133 bool m_imageIdHasBeenSet =
false;
136 bool m_computeTypeHasBeenSet =
false;
139 bool m_userStorageHasBeenSet =
false;
142 bool m_rootStorageHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateWorkspaceBundleRequest & WithRootStorage(RootStorageT &&value)
const ComputeType & GetComputeType() const
CreateWorkspaceBundleRequest & WithUserStorage(UserStorageT &&value)
bool TagsHasBeenSet() const
bool ImageIdHasBeenSet() const
void SetBundleDescription(BundleDescriptionT &&value)
const RootStorage & GetRootStorage() const
const Aws::String & GetImageId() const
bool ComputeTypeHasBeenSet() const
CreateWorkspaceBundleRequest & WithComputeType(ComputeTypeT &&value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetBundleName(BundleNameT &&value)
void SetComputeType(ComputeTypeT &&value)
bool UserStorageHasBeenSet() const
const Aws::String & GetBundleName() const
CreateWorkspaceBundleRequest & WithImageId(ImageIdT &&value)
AWS_WORKSPACES_API CreateWorkspaceBundleRequest()=default
CreateWorkspaceBundleRequest & WithBundleDescription(BundleDescriptionT &&value)
CreateWorkspaceBundleRequest & WithBundleName(BundleNameT &&value)
void SetRootStorage(RootStorageT &&value)
const Aws::String & GetBundleDescription() const
AWS_WORKSPACES_API Aws::String SerializePayload() const override
bool BundleDescriptionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
void SetImageId(ImageIdT &&value)
CreateWorkspaceBundleRequest & AddTags(TagsT &&value)
bool RootStorageHasBeenSet() const
void SetUserStorage(UserStorageT &&value)
CreateWorkspaceBundleRequest & WithTags(TagsT &&value)
bool BundleNameHasBeenSet() const
const UserStorage & GetUserStorage() const
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