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>
83 template <
typename DisplayNameT = Aws::String>
85 m_displayNameHasBeenSet =
true;
86 m_displayName = std::forward<DisplayNameT>(value);
88 template <
typename DisplayNameT = Aws::String>
102 m_osFamilyHasBeenSet =
true;
117 template <
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
119 m_fileSystemLocationsHasBeenSet =
true;
120 m_fileSystemLocations = std::forward<FileSystemLocationsT>(value);
122 template <
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
127 template <
typename FileSystemLocationsT = FileSystemLocation>
129 m_fileSystemLocationsHasBeenSet =
true;
130 m_fileSystemLocations.emplace_back(std::forward<FileSystemLocationsT>(value));
144 bool m_clientTokenHasBeenSet =
true;
145 bool m_farmIdHasBeenSet =
false;
146 bool m_displayNameHasBeenSet =
false;
147 bool m_osFamilyHasBeenSet =
false;
148 bool m_fileSystemLocationsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetDisplayName() const
CreateStorageProfileRequest & WithOsFamily(StorageProfileOperatingSystemFamily value)
AWS_DEADLINE_API Aws::String SerializePayload() const override
const Aws::Vector< FileSystemLocation > & GetFileSystemLocations() const
CreateStorageProfileRequest & WithFarmId(FarmIdT &&value)
bool FarmIdHasBeenSet() const
AWS_DEADLINE_API CreateStorageProfileRequest()=default
void SetFarmId(FarmIdT &&value)
const Aws::String & GetFarmId() const
CreateStorageProfileRequest & WithClientToken(ClientTokenT &&value)
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FileSystemLocationsHasBeenSet() const
CreateStorageProfileRequest & WithFileSystemLocations(FileSystemLocationsT &&value)
bool ClientTokenHasBeenSet() const
CreateStorageProfileRequest & WithDisplayName(DisplayNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
bool OsFamilyHasBeenSet() const
void SetOsFamily(StorageProfileOperatingSystemFamily value)
const Aws::String & GetClientToken() const
CreateStorageProfileRequest & AddFileSystemLocations(FileSystemLocationsT &&value)
void SetFileSystemLocations(FileSystemLocationsT &&value)
bool DisplayNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
StorageProfileOperatingSystemFamily GetOsFamily() 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