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/NodeStatus.h>
21namespace 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));
62 m_statusHasBeenSet =
true;
77 template <
typename CreationDateT = Aws::Utils::DateTime>
79 m_creationDateHasBeenSet =
true;
80 m_creationDate = std::forward<CreationDateT>(value);
82 template <
typename CreationDateT = Aws::Utils::DateTime>
95 template <
typename AvailabilityZoneT = Aws::String>
97 m_availabilityZoneHasBeenSet =
true;
98 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
100 template <
typename AvailabilityZoneT = Aws::String>
113 template <
typename InstanceTypeT = Aws::String>
115 m_instanceTypeHasBeenSet =
true;
116 m_instanceType = std::forward<InstanceTypeT>(value);
118 template <
typename InstanceTypeT = Aws::String>
135 template <
typename ArnT = Aws::String>
137 m_arnHasBeenSet =
true;
138 m_arn = std::forward<ArnT>(value);
140 template <
typename ArnT = Aws::String>
142 SetArn(std::forward<ArnT>(value));
158 bool m_idHasBeenSet =
false;
159 bool m_statusHasBeenSet =
false;
160 bool m_creationDateHasBeenSet =
false;
161 bool m_availabilityZoneHasBeenSet =
false;
162 bool m_instanceTypeHasBeenSet =
false;
163 bool m_arnHasBeenSet =
false;
bool InstanceTypeHasBeenSet() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
void SetStatus(NodeStatus value)
NodeSummary & WithCreationDate(CreationDateT &&value)
void SetInstanceType(InstanceTypeT &&value)
bool IdHasBeenSet() const
bool CreationDateHasBeenSet() const
bool AvailabilityZoneHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
NodeSummary & WithId(IdT &&value)
NodeStatus GetStatus() const
NodeSummary & WithArn(ArnT &&value)
NodeSummary & WithStatus(NodeStatus value)
const Aws::Utils::DateTime & GetCreationDate() const
NodeSummary & WithAvailabilityZone(AvailabilityZoneT &&value)
void SetCreationDate(CreationDateT &&value)
bool StatusHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
AWS_MANAGEDBLOCKCHAIN_API NodeSummary()=default
AWS_MANAGEDBLOCKCHAIN_API NodeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInstanceType() const
const Aws::String & GetAvailabilityZone() const
AWS_MANAGEDBLOCKCHAIN_API NodeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
void SetArn(ArnT &&value)
NodeSummary & WithInstanceType(InstanceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue