7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/deadline/model/FileSystemLocation.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename StorageProfileIdT = Aws::String>
45 void SetStorageProfileId(StorageProfileIdT&& value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId = std::forward<StorageProfileIdT>(value); }
46 template<
typename StorageProfileIdT = Aws::String>
58 template<
typename DisplayNameT = Aws::String>
59 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
60 template<
typename DisplayNameT = Aws::String>
78 template<
typename CreatedAtT = Aws::Utils::DateTime>
79 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
80 template<
typename CreatedAtT = Aws::Utils::DateTime>
89 template<
typename CreatedByT = Aws::String>
90 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
91 template<
typename CreatedByT = Aws::String>
100 template<
typename UpdatedAtT = Aws::Utils::DateTime>
101 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
102 template<
typename UpdatedAtT = Aws::Utils::DateTime>
111 template<
typename UpdatedByT = Aws::String>
112 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
113 template<
typename UpdatedByT = Aws::String>
122 template<
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
123 void SetFileSystemLocations(FileSystemLocationsT&& value) { m_fileSystemLocationsHasBeenSet =
true; m_fileSystemLocations = std::forward<FileSystemLocationsT>(value); }
124 template<
typename FileSystemLocationsT = Aws::Vector<FileSystemLocation>>
126 template<
typename FileSystemLocationsT = FileSystemLocation>
133 template<
typename RequestIdT = Aws::String>
134 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
135 template<
typename RequestIdT = Aws::String>
141 bool m_storageProfileIdHasBeenSet =
false;
144 bool m_displayNameHasBeenSet =
false;
147 bool m_osFamilyHasBeenSet =
false;
150 bool m_createdAtHasBeenSet =
false;
153 bool m_createdByHasBeenSet =
false;
156 bool m_updatedAtHasBeenSet =
false;
159 bool m_updatedByHasBeenSet =
false;
162 bool m_fileSystemLocationsHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
AWS_DEADLINE_API GetStorageProfileResult()=default
const Aws::String & GetDisplayName() const
void SetStorageProfileId(StorageProfileIdT &&value)
GetStorageProfileResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetDisplayName(DisplayNameT &&value)
GetStorageProfileResult & WithDisplayName(DisplayNameT &&value)
AWS_DEADLINE_API GetStorageProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< FileSystemLocation > & GetFileSystemLocations() const
const Aws::String & GetStorageProfileId() const
void SetCreatedAt(CreatedAtT &&value)
GetStorageProfileResult & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetRequestId() const
void SetUpdatedBy(UpdatedByT &&value)
GetStorageProfileResult & WithFileSystemLocations(FileSystemLocationsT &&value)
GetStorageProfileResult & WithOsFamily(StorageProfileOperatingSystemFamily value)
GetStorageProfileResult & WithCreatedBy(CreatedByT &&value)
void SetOsFamily(StorageProfileOperatingSystemFamily value)
StorageProfileOperatingSystemFamily GetOsFamily() const
GetStorageProfileResult & WithRequestId(RequestIdT &&value)
void SetFileSystemLocations(FileSystemLocationsT &&value)
void SetCreatedBy(CreatedByT &&value)
AWS_DEADLINE_API GetStorageProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCreatedBy() const
void SetRequestId(RequestIdT &&value)
GetStorageProfileResult & WithUpdatedAt(UpdatedAtT &&value)
GetStorageProfileResult & AddFileSystemLocations(FileSystemLocationsT &&value)
GetStorageProfileResult & WithStorageProfileId(StorageProfileIdT &&value)
const Aws::String & GetUpdatedBy() const
StorageProfileOperatingSystemFamily
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue