7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
10#include <aws/finspace/model/KxNodeStatus.h>
42 template <
typename NodeIdT = Aws::String>
44 m_nodeIdHasBeenSet =
true;
45 m_nodeId = std::forward<NodeIdT>(value);
47 template <
typename NodeIdT = Aws::String>
61 template <
typename AvailabilityZoneIdT = Aws::String>
63 m_availabilityZoneIdHasBeenSet =
true;
64 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
66 template <
typename AvailabilityZoneIdT = Aws::String>
81 template <
typename LaunchTimeT = Aws::Utils::DateTime>
83 m_launchTimeHasBeenSet =
true;
84 m_launchTime = std::forward<LaunchTimeT>(value);
86 template <
typename LaunchTimeT = Aws::Utils::DateTime>
102 m_statusHasBeenSet =
true;
118 bool m_nodeIdHasBeenSet =
false;
119 bool m_availabilityZoneIdHasBeenSet =
false;
120 bool m_launchTimeHasBeenSet =
false;
121 bool m_statusHasBeenSet =
false;
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
bool NodeIdHasBeenSet() const
KxNode & WithNodeId(NodeIdT &&value)
const Aws::String & GetAvailabilityZoneId() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNodeId() const
KxNode & WithLaunchTime(LaunchTimeT &&value)
bool StatusHasBeenSet() const
KxNode & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
KxNode & WithStatus(KxNodeStatus value)
AWS_FINSPACE_API KxNode & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchTime(LaunchTimeT &&value)
KxNodeStatus GetStatus() const
bool LaunchTimeHasBeenSet() const
AWS_FINSPACE_API KxNode()=default
bool AvailabilityZoneIdHasBeenSet() const
const Aws::Utils::DateTime & GetLaunchTime() const
void SetStatus(KxNodeStatus value)
AWS_FINSPACE_API KxNode(Aws::Utils::Json::JsonView jsonValue)
void SetNodeId(NodeIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue