7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
10#include <aws/managedblockchain/model/Framework.h>
11#include <aws/managedblockchain/model/NetworkStatus.h>
22namespace ManagedBlockchain {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
98 m_frameworkHasBeenSet =
true;
113 template <
typename FrameworkVersionT = Aws::String>
115 m_frameworkVersionHasBeenSet =
true;
116 m_frameworkVersion = std::forward<FrameworkVersionT>(value);
118 template <
typename FrameworkVersionT = Aws::String>
132 m_statusHasBeenSet =
true;
147 template <
typename CreationDateT = Aws::Utils::DateTime>
149 m_creationDateHasBeenSet =
true;
150 m_creationDate = std::forward<CreationDateT>(value);
152 template <
typename CreationDateT = Aws::Utils::DateTime>
169 template <
typename ArnT = Aws::String>
171 m_arnHasBeenSet =
true;
172 m_arn = std::forward<ArnT>(value);
174 template <
typename ArnT = Aws::String>
176 SetArn(std::forward<ArnT>(value));
196 bool m_idHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
199 bool m_frameworkHasBeenSet =
false;
200 bool m_frameworkVersionHasBeenSet =
false;
201 bool m_statusHasBeenSet =
false;
202 bool m_creationDateHasBeenSet =
false;
203 bool m_arnHasBeenSet =
false;
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
NetworkSummary & WithDescription(DescriptionT &&value)
AWS_MANAGEDBLOCKCHAIN_API NetworkSummary()=default
void SetCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
NetworkSummary & WithArn(ArnT &&value)
AWS_MANAGEDBLOCKCHAIN_API NetworkSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
bool StatusHasBeenSet() const
bool FrameworkHasBeenSet() const
NetworkSummary & WithFramework(Framework value)
bool ArnHasBeenSet() const
const Aws::String & GetId() const
void SetDescription(DescriptionT &&value)
NetworkSummary & WithId(IdT &&value)
Framework GetFramework() const
NetworkSummary & WithName(NameT &&value)
bool CreationDateHasBeenSet() const
NetworkSummary & WithFrameworkVersion(FrameworkVersionT &&value)
void SetStatus(NetworkStatus value)
NetworkSummary & WithStatus(NetworkStatus value)
NetworkStatus GetStatus() const
const Aws::String & GetName() const
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool FrameworkVersionHasBeenSet() const
void SetFrameworkVersion(FrameworkVersionT &&value)
NetworkSummary & WithCreationDate(CreationDateT &&value)
AWS_MANAGEDBLOCKCHAIN_API NetworkSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFrameworkVersion() const
void SetFramework(Framework value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue