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>
75 template<
typename DisplayNameT = Aws::String>
76 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
77 template<
typename DisplayNameT = Aws::String>
97 template<
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
98 void SetFileSystemLocations(FileSystemLocationsT&& value) { m_fileSystemLocationsHasBeenSet =
true; m_fileSystemLocations = std::forward<FileSystemLocationsT>(value); }
99 template<
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
101 template<
typename FileSystemLocationsT = FileSystemLocation>
107 bool m_clientTokenHasBeenSet =
true;
110 bool m_farmIdHasBeenSet =
false;
113 bool m_displayNameHasBeenSet =
false;
116 bool m_osFamilyHasBeenSet =
false;
119 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