7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pcs/model/Endpoint.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NodeIDT = Aws::String>
43 void SetNodeID(NodeIDT&& value) { m_nodeIDHasBeenSet =
true; m_nodeID = std::forward<NodeIDT>(value); }
44 template<
typename NodeIDT = Aws::String>
54 template<
typename SharedSecretT = Aws::String>
55 void SetSharedSecret(SharedSecretT&& value) { m_sharedSecretHasBeenSet =
true; m_sharedSecret = std::forward<SharedSecretT>(value); }
56 template<
typename SharedSecretT = Aws::String>
65 template<
typename Endpo
intsT = Aws::Vector<Endpo
int>>
66 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
67 template<
typename Endpo
intsT = Aws::Vector<Endpo
int>>
69 template<
typename Endpo
intsT = Endpo
int>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_nodeIDHasBeenSet =
false;
87 bool m_sharedSecretHasBeenSet =
false;
90 bool m_endpointsHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetEndpoints(EndpointsT &&value)
RegisterComputeNodeGroupInstanceResult & AddEndpoints(EndpointsT &&value)
const Aws::String & GetSharedSecret() const
AWS_PCS_API RegisterComputeNodeGroupInstanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSharedSecret(SharedSecretT &&value)
RegisterComputeNodeGroupInstanceResult & WithSharedSecret(SharedSecretT &&value)
void SetRequestId(RequestIdT &&value)
RegisterComputeNodeGroupInstanceResult & WithNodeID(NodeIDT &&value)
const Aws::String & GetNodeID() const
RegisterComputeNodeGroupInstanceResult & WithEndpoints(EndpointsT &&value)
void SetNodeID(NodeIDT &&value)
AWS_PCS_API RegisterComputeNodeGroupInstanceResult()=default
const Aws::Vector< Endpoint > & GetEndpoints() const
const Aws::String & GetRequestId() const
AWS_PCS_API RegisterComputeNodeGroupInstanceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterComputeNodeGroupInstanceResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue