7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain/model/Framework.h>
10#include <aws/managedblockchain/model/NetworkStatus.h>
11#include <aws/core/utils/DateTime.h>
24namespace ManagedBlockchain
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
95 template<
typename FrameworkVersionT = Aws::String>
96 void SetFrameworkVersion(FrameworkVersionT&& value) { m_frameworkVersionHasBeenSet =
true; m_frameworkVersion = std::forward<FrameworkVersionT>(value); }
97 template<
typename FrameworkVersionT = Aws::String>
117 template<
typename CreationDateT = Aws::Utils::DateTime>
118 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
119 template<
typename CreationDateT = Aws::Utils::DateTime>
133 template<
typename ArnT = Aws::String>
134 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
135 template<
typename ArnT = Aws::String>
141 bool m_idHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_frameworkHasBeenSet =
false;
153 bool m_frameworkVersionHasBeenSet =
false;
156 bool m_statusHasBeenSet =
false;
159 bool m_creationDateHasBeenSet =
false;
162 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