7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/StorageProfileOperatingSystemFamily.h>
49 inline void SetStorageProfileId(
const char* value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId.assign(value); }
66 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
86 bool m_storageProfileIdHasBeenSet =
false;
89 bool m_displayNameHasBeenSet =
false;
92 bool m_osFamilyHasBeenSet =
false;
const Aws::String & GetStorageProfileId() const
const StorageProfileOperatingSystemFamily & GetOsFamily() const
void SetStorageProfileId(Aws::String &&value)
AWS_DEADLINE_API StorageProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
StorageProfileSummary & WithStorageProfileId(const Aws::String &value)
void SetStorageProfileId(const Aws::String &value)
StorageProfileSummary & WithStorageProfileId(const char *value)
StorageProfileSummary & WithOsFamily(StorageProfileOperatingSystemFamily &&value)
StorageProfileSummary & WithDisplayName(const Aws::String &value)
void SetOsFamily(const StorageProfileOperatingSystemFamily &value)
void SetOsFamily(StorageProfileOperatingSystemFamily &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetDisplayName() const
StorageProfileSummary & WithDisplayName(Aws::String &&value)
StorageProfileSummary & WithStorageProfileId(Aws::String &&value)
void SetDisplayName(const char *value)
bool OsFamilyHasBeenSet() const
StorageProfileSummary & WithDisplayName(const char *value)
StorageProfileSummary & WithOsFamily(const StorageProfileOperatingSystemFamily &value)
bool StorageProfileIdHasBeenSet() const
AWS_DEADLINE_API StorageProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDisplayName(Aws::String &&value)
void SetStorageProfileId(const char *value)
void SetDisplayName(const Aws::String &value)
AWS_DEADLINE_API StorageProfileSummary()
StorageProfileOperatingSystemFamily
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue