AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StorageProfileSummary.h
1
6#pragma once
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 <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace deadline
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_DEADLINE_API StorageProfileSummary();
38 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetStorageProfileId() const{ return m_storageProfileId; }
46 inline bool StorageProfileIdHasBeenSet() const { return m_storageProfileIdHasBeenSet; }
47 inline void SetStorageProfileId(const Aws::String& value) { m_storageProfileIdHasBeenSet = true; m_storageProfileId = value; }
48 inline void SetStorageProfileId(Aws::String&& value) { m_storageProfileIdHasBeenSet = true; m_storageProfileId = std::move(value); }
49 inline void SetStorageProfileId(const char* value) { m_storageProfileIdHasBeenSet = true; m_storageProfileId.assign(value); }
50 inline StorageProfileSummary& WithStorageProfileId(const Aws::String& value) { SetStorageProfileId(value); return *this;}
51 inline StorageProfileSummary& WithStorageProfileId(Aws::String&& value) { SetStorageProfileId(std::move(value)); return *this;}
52 inline StorageProfileSummary& WithStorageProfileId(const char* value) { SetStorageProfileId(value); return *this;}
54
56
62 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
63 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
64 inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; }
65 inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); }
66 inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); }
67 inline StorageProfileSummary& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
68 inline StorageProfileSummary& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
69 inline StorageProfileSummary& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
71
73
76 inline const StorageProfileOperatingSystemFamily& GetOsFamily() const{ return m_osFamily; }
77 inline bool OsFamilyHasBeenSet() const { return m_osFamilyHasBeenSet; }
78 inline void SetOsFamily(const StorageProfileOperatingSystemFamily& value) { m_osFamilyHasBeenSet = true; m_osFamily = value; }
79 inline void SetOsFamily(StorageProfileOperatingSystemFamily&& value) { m_osFamilyHasBeenSet = true; m_osFamily = std::move(value); }
81 inline StorageProfileSummary& WithOsFamily(StorageProfileOperatingSystemFamily&& value) { SetOsFamily(std::move(value)); return *this;}
83 private:
84
85 Aws::String m_storageProfileId;
86 bool m_storageProfileIdHasBeenSet = false;
87
88 Aws::String m_displayName;
89 bool m_displayNameHasBeenSet = false;
90
92 bool m_osFamilyHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace deadline
97} // namespace Aws
const StorageProfileOperatingSystemFamily & GetOsFamily() const
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)
StorageProfileSummary & WithDisplayName(Aws::String &&value)
StorageProfileSummary & WithStorageProfileId(Aws::String &&value)
StorageProfileSummary & WithDisplayName(const char *value)
StorageProfileSummary & WithOsFamily(const StorageProfileOperatingSystemFamily &value)
AWS_DEADLINE_API StorageProfileSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue