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>
50 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
64 inline void SetFarmId(
const char* value) { m_farmIdHasBeenSet =
true; m_farmId.assign(value); }
78 inline void SetStorageProfileId(
const char* value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId.assign(value); }
95 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
143 bool m_clientTokenHasBeenSet =
false;
146 bool m_farmIdHasBeenSet =
false;
149 bool m_storageProfileIdHasBeenSet =
false;
152 bool m_displayNameHasBeenSet =
false;
155 bool m_osFamilyHasBeenSet =
false;
158 bool m_fileSystemLocationsToAddHasBeenSet =
false;
161 bool m_fileSystemLocationsToRemoveHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
UpdateStorageProfileRequest & AddFileSystemLocationsToAdd(const FileSystemLocation &value)
void SetClientToken(Aws::String &&value)
UpdateStorageProfileRequest & AddFileSystemLocationsToRemove(FileSystemLocation &&value)
const Aws::String & GetClientToken() const
UpdateStorageProfileRequest & WithFileSystemLocationsToAdd(const Aws::Vector< FileSystemLocation > &value)
void SetOsFamily(const StorageProfileOperatingSystemFamily &value)
UpdateStorageProfileRequest & WithClientToken(Aws::String &&value)
UpdateStorageProfileRequest & WithStorageProfileId(const char *value)
UpdateStorageProfileRequest & WithDisplayName(const Aws::String &value)
UpdateStorageProfileRequest & AddFileSystemLocationsToAdd(FileSystemLocation &&value)
bool OsFamilyHasBeenSet() const
UpdateStorageProfileRequest & WithClientToken(const Aws::String &value)
UpdateStorageProfileRequest & WithStorageProfileId(Aws::String &&value)
bool FarmIdHasBeenSet() const
const Aws::Vector< FileSystemLocation > & GetFileSystemLocationsToRemove() const
void SetDisplayName(Aws::String &&value)
UpdateStorageProfileRequest & WithOsFamily(StorageProfileOperatingSystemFamily &&value)
const Aws::Vector< FileSystemLocation > & GetFileSystemLocationsToAdd() const
void SetFileSystemLocationsToAdd(Aws::Vector< FileSystemLocation > &&value)
UpdateStorageProfileRequest & AddFileSystemLocationsToRemove(const FileSystemLocation &value)
void SetDisplayName(const char *value)
void SetStorageProfileId(const Aws::String &value)
AWS_DEADLINE_API UpdateStorageProfileRequest()
void SetOsFamily(StorageProfileOperatingSystemFamily &&value)
void SetDisplayName(const Aws::String &value)
bool ClientTokenHasBeenSet() const
UpdateStorageProfileRequest & WithDisplayName(Aws::String &&value)
UpdateStorageProfileRequest & WithOsFamily(const StorageProfileOperatingSystemFamily &value)
UpdateStorageProfileRequest & WithFarmId(const char *value)
bool FileSystemLocationsToAddHasBeenSet() const
AWS_DEADLINE_API Aws::String SerializePayload() const override
UpdateStorageProfileRequest & WithFileSystemLocationsToRemove(Aws::Vector< FileSystemLocation > &&value)
void SetClientToken(const char *value)
UpdateStorageProfileRequest & WithFileSystemLocationsToAdd(Aws::Vector< FileSystemLocation > &&value)
bool FileSystemLocationsToRemoveHasBeenSet() const
void SetFileSystemLocationsToRemove(Aws::Vector< FileSystemLocation > &&value)
const StorageProfileOperatingSystemFamily & GetOsFamily() const
UpdateStorageProfileRequest & WithFileSystemLocationsToRemove(const Aws::Vector< FileSystemLocation > &value)
const Aws::String & GetDisplayName() const
void SetFarmId(const Aws::String &value)
void SetFileSystemLocationsToRemove(const Aws::Vector< FileSystemLocation > &value)
const Aws::String & GetStorageProfileId() const
bool DisplayNameHasBeenSet() const
void SetFarmId(Aws::String &&value)
void SetStorageProfileId(const char *value)
void SetFileSystemLocationsToAdd(const Aws::Vector< FileSystemLocation > &value)
UpdateStorageProfileRequest & WithClientToken(const char *value)
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(const Aws::String &value)
UpdateStorageProfileRequest & WithFarmId(const Aws::String &value)
void SetStorageProfileId(Aws::String &&value)
const Aws::String & GetFarmId() const
UpdateStorageProfileRequest & WithFarmId(Aws::String &&value)
bool StorageProfileIdHasBeenSet() const
UpdateStorageProfileRequest & WithDisplayName(const char *value)
UpdateStorageProfileRequest & WithStorageProfileId(const Aws::String &value)
void SetFarmId(const char *value)
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