7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
47 template<
typename StorageProfileIdT = Aws::String>
48 void SetStorageProfileId(StorageProfileIdT&& value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId = std::forward<StorageProfileIdT>(value); }
49 template<
typename StorageProfileIdT = Aws::String>
62 template<
typename DisplayNameT = Aws::String>
63 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
64 template<
typename DisplayNameT = Aws::String>
80 bool m_storageProfileIdHasBeenSet =
false;
83 bool m_displayNameHasBeenSet =
false;
86 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