7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/DeadlineRequest.h>
11#include <aws/deadline/Deadline_EXPORTS.h>
12#include <aws/deadline/model/FileSystemLocation.h>
13#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
44 template <
typename ClientTokenT = Aws::String>
46 m_clientTokenHasBeenSet =
true;
47 m_clientToken = std::forward<ClientTokenT>(value);
49 template <
typename ClientTokenT = Aws::String>
62 template <
typename FarmIdT = Aws::String>
64 m_farmIdHasBeenSet =
true;
65 m_farmId = std::forward<FarmIdT>(value);
67 template <
typename FarmIdT = Aws::String>
80 template <
typename StorageProfileIdT = Aws::String>
82 m_storageProfileIdHasBeenSet =
true;
83 m_storageProfileId = std::forward<StorageProfileIdT>(value);
85 template <
typename StorageProfileIdT = Aws::String>
101 template <
typename DisplayNameT = Aws::String>
103 m_displayNameHasBeenSet =
true;
104 m_displayName = std::forward<DisplayNameT>(value);
106 template <
typename DisplayNameT = Aws::String>
120 m_osFamilyHasBeenSet =
true;
135 template <
typename FileSystemLocationsToAddT = Aws::Vector<FileSystemLocation>>
137 m_fileSystemLocationsToAddHasBeenSet =
true;
138 m_fileSystemLocationsToAdd = std::forward<FileSystemLocationsToAddT>(value);
140 template <
typename FileSystemLocationsToAddT = Aws::Vector<FileSystemLocation>>
145 template <
typename FileSystemLocationsToAddT = FileSystemLocation>
147 m_fileSystemLocationsToAddHasBeenSet =
true;
148 m_fileSystemLocationsToAdd.emplace_back(std::forward<FileSystemLocationsToAddT>(value));
159 template <
typename FileSystemLocationsToRemoveT = Aws::Vector<FileSystemLocation>>
161 m_fileSystemLocationsToRemoveHasBeenSet =
true;
162 m_fileSystemLocationsToRemove = std::forward<FileSystemLocationsToRemoveT>(value);
164 template <
typename FileSystemLocationsToRemoveT = Aws::Vector<FileSystemLocation>>
169 template <
typename FileSystemLocationsToRemoveT = FileSystemLocation>
171 m_fileSystemLocationsToRemoveHasBeenSet =
true;
172 m_fileSystemLocationsToRemove.emplace_back(std::forward<FileSystemLocationsToRemoveT>(value));
190 bool m_clientTokenHasBeenSet =
true;
191 bool m_farmIdHasBeenSet =
false;
192 bool m_storageProfileIdHasBeenSet =
false;
193 bool m_displayNameHasBeenSet =
false;
194 bool m_osFamilyHasBeenSet =
false;
195 bool m_fileSystemLocationsToAddHasBeenSet =
false;
196 bool m_fileSystemLocationsToRemoveHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
UpdateStorageProfileRequest & WithFileSystemLocationsToRemove(FileSystemLocationsToRemoveT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
UpdateStorageProfileRequest & WithStorageProfileId(StorageProfileIdT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetFarmId(FarmIdT &&value)
void SetFileSystemLocationsToRemove(FileSystemLocationsToRemoveT &&value)
bool OsFamilyHasBeenSet() const
void SetOsFamily(StorageProfileOperatingSystemFamily value)
StorageProfileOperatingSystemFamily GetOsFamily() const
void SetClientToken(ClientTokenT &&value)
bool FarmIdHasBeenSet() const
const Aws::Vector< FileSystemLocation > & GetFileSystemLocationsToRemove() const
const Aws::Vector< FileSystemLocation > & GetFileSystemLocationsToAdd() const
UpdateStorageProfileRequest & AddFileSystemLocationsToAdd(FileSystemLocationsToAddT &&value)
UpdateStorageProfileRequest & AddFileSystemLocationsToRemove(FileSystemLocationsToRemoveT &&value)
bool ClientTokenHasBeenSet() const
UpdateStorageProfileRequest & WithClientToken(ClientTokenT &&value)
bool FileSystemLocationsToAddHasBeenSet() const
AWS_DEADLINE_API Aws::String SerializePayload() const override
UpdateStorageProfileRequest & WithFileSystemLocationsToAdd(FileSystemLocationsToAddT &&value)
AWS_DEADLINE_API UpdateStorageProfileRequest()=default
bool FileSystemLocationsToRemoveHasBeenSet() const
const Aws::String & GetDisplayName() const
UpdateStorageProfileRequest & WithDisplayName(DisplayNameT &&value)
UpdateStorageProfileRequest & WithFarmId(FarmIdT &&value)
const Aws::String & GetStorageProfileId() const
bool DisplayNameHasBeenSet() const
void SetFileSystemLocationsToAdd(FileSystemLocationsToAddT &&value)
UpdateStorageProfileRequest & WithOsFamily(StorageProfileOperatingSystemFamily value)
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStorageProfileId(StorageProfileIdT &&value)
const Aws::String & GetFarmId() const
bool StorageProfileIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
StorageProfileOperatingSystemFamily
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector