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/AccessorNetworkType.h>
11#include <aws/managedblockchain/model/AccessorStatus.h>
12#include <aws/managedblockchain/model/AccessorType.h>
23namespace ManagedBlockchain {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
64 m_typeHasBeenSet =
true;
80 m_statusHasBeenSet =
true;
95 template <
typename CreationDateT = Aws::Utils::DateTime>
97 m_creationDateHasBeenSet =
true;
98 m_creationDate = std::forward<CreationDateT>(value);
100 template <
typename CreationDateT = Aws::Utils::DateTime>
117 template <
typename ArnT = Aws::String>
119 m_arnHasBeenSet =
true;
120 m_arn = std::forward<ArnT>(value);
122 template <
typename ArnT = Aws::String>
124 SetArn(std::forward<ArnT>(value));
136 m_networkTypeHasBeenSet =
true;
137 m_networkType = value;
156 bool m_idHasBeenSet =
false;
157 bool m_typeHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
159 bool m_creationDateHasBeenSet =
false;
160 bool m_arnHasBeenSet =
false;
161 bool m_networkTypeHasBeenSet =
false;
AWS_MANAGEDBLOCKCHAIN_API AccessorSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAIN_API AccessorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AccessorSummary & WithCreationDate(CreationDateT &&value)
void SetCreationDate(CreationDateT &&value)
AccessorSummary & WithId(IdT &&value)
bool CreationDateHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API AccessorSummary()=default
bool ArnHasBeenSet() const
AccessorSummary & WithArn(ArnT &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
void SetType(AccessorType value)
AccessorNetworkType GetNetworkType() const
const Aws::String & GetArn() const
void SetStatus(AccessorStatus value)
bool StatusHasBeenSet() const
bool TypeHasBeenSet() const
void SetNetworkType(AccessorNetworkType value)
AccessorType GetType() const
AccessorStatus GetStatus() const
AccessorSummary & WithType(AccessorType value)
bool NetworkTypeHasBeenSet() const
AccessorSummary & WithStatus(AccessorStatus value)
const Aws::Utils::DateTime & GetCreationDate() const
AccessorSummary & WithNetworkType(AccessorNetworkType value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue