7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/finspace/model/KxNodeStatus.h>
48 template<
typename NodeIdT = Aws::String>
49 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
50 template<
typename NodeIdT = Aws::String>
61 template<
typename AvailabilityZoneIdT = Aws::String>
62 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
63 template<
typename AvailabilityZoneIdT = Aws::String>
75 template<
typename LaunchTimeT = Aws::Utils::DateTime>
76 void SetLaunchTime(LaunchTimeT&& value) { m_launchTimeHasBeenSet =
true; m_launchTime = std::forward<LaunchTimeT>(value); }
77 template<
typename LaunchTimeT = Aws::Utils::DateTime>
95 bool m_nodeIdHasBeenSet =
false;
98 bool m_availabilityZoneIdHasBeenSet =
false;
101 bool m_launchTimeHasBeenSet =
false;
104 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