7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
41 template <
typename StorageProfileIdT = Aws::String>
43 m_storageProfileIdHasBeenSet =
true;
44 m_storageProfileId = std::forward<StorageProfileIdT>(value);
46 template <
typename StorageProfileIdT = Aws::String>
62 template <
typename DisplayNameT = Aws::String>
64 m_displayNameHasBeenSet =
true;
65 m_displayName = std::forward<DisplayNameT>(value);
67 template <
typename DisplayNameT = Aws::String>
81 m_osFamilyHasBeenSet =
true;
95 bool m_storageProfileIdHasBeenSet =
false;
96 bool m_displayNameHasBeenSet =
false;
97 bool m_osFamilyHasBeenSet =
false;
StorageProfileSummary & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetStorageProfileId() const
AWS_DEADLINE_API StorageProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStorageProfileId(StorageProfileIdT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOsFamily(StorageProfileOperatingSystemFamily value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetDisplayName() const
StorageProfileSummary & WithOsFamily(StorageProfileOperatingSystemFamily value)
bool OsFamilyHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
StorageProfileOperatingSystemFamily GetOsFamily() const
StorageProfileSummary & WithStorageProfileId(StorageProfileIdT &&value)
bool StorageProfileIdHasBeenSet() const
AWS_DEADLINE_API StorageProfileSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API StorageProfileSummary()=default
StorageProfileOperatingSystemFamily
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue