7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ConnectionIdT = Aws::String>
37 m_connectionIdHasBeenSet =
true;
38 m_connectionId = std::forward<ConnectionIdT>(value);
40 template <
typename ConnectionIdT = Aws::String>
52 template <
typename UnderlayIpAddressT = Aws::String>
54 m_underlayIpAddressHasBeenSet =
true;
55 m_underlayIpAddress = std::forward<UnderlayIpAddressT>(value);
57 template <
typename UnderlayIpAddressT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_connectionIdHasBeenSet =
false;
88 bool m_underlayIpAddressHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetUnderlayIpAddress(UnderlayIpAddressT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OUTPOSTS_API StartConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OUTPOSTS_API StartConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartConnectionResult & WithRequestId(RequestIdT &&value)
StartConnectionResult & WithConnectionId(ConnectionIdT &&value)
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetConnectionId() const
const Aws::String & GetUnderlayIpAddress() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_OUTPOSTS_API StartConnectionResult()=default
StartConnectionResult & WithUnderlayIpAddress(UnderlayIpAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue