7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/deadline/model/FileSystemLocation.h>
14#include <aws/core/utils/UUID.h>
48 template<
typename ClientTokenT = Aws::String>
49 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
50 template<
typename ClientTokenT = Aws::String>
60 template<
typename FarmIdT = Aws::String>
61 void SetFarmId(FarmIdT&& value) { m_farmIdHasBeenSet =
true; m_farmId = std::forward<FarmIdT>(value); }
62 template<
typename FarmIdT = Aws::String>
72 template<
typename StorageProfileIdT = Aws::String>
73 void SetStorageProfileId(StorageProfileIdT&& value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId = std::forward<StorageProfileIdT>(value); }
74 template<
typename StorageProfileIdT = Aws::String>
87 template<
typename DisplayNameT = Aws::String>
88 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
89 template<
typename DisplayNameT = Aws::String>
109 template<
typename FileSystemLocationsToAddT = Aws::Vector<FileSystemLocation>>
110 void SetFileSystemLocationsToAdd(FileSystemLocationsToAddT&& value) { m_fileSystemLocationsToAddHasBeenSet =
true; m_fileSystemLocationsToAdd = std::forward<FileSystemLocationsToAddT>(value); }
111 template<
typename FileSystemLocationsToAddT = Aws::Vector<FileSystemLocation>>
113 template<
typename FileSystemLocationsToAddT = FileSystemLocation>
123 template<
typename FileSystemLocationsToRemoveT = Aws::Vector<FileSystemLocation>>
124 void SetFileSystemLocationsToRemove(FileSystemLocationsToRemoveT&& value) { m_fileSystemLocationsToRemoveHasBeenSet =
true; m_fileSystemLocationsToRemove = std::forward<FileSystemLocationsToRemoveT>(value); }
125 template<
typename FileSystemLocationsToRemoveT = Aws::Vector<FileSystemLocation>>
127 template<
typename FileSystemLocationsToRemoveT = FileSystemLocation>
133 bool m_clientTokenHasBeenSet =
true;
136 bool m_farmIdHasBeenSet =
false;
139 bool m_storageProfileIdHasBeenSet =
false;
142 bool m_displayNameHasBeenSet =
false;
145 bool m_osFamilyHasBeenSet =
false;
148 bool m_fileSystemLocationsToAddHasBeenSet =
false;
151 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