7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/Outposts_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ConnectionIdT = Aws::String>
36 m_connectionIdHasBeenSet =
true;
37 m_connectionId = std::forward<ConnectionIdT>(value);
39 template <
typename ConnectionIdT = Aws::String>
51 template <
typename UnderlayIpAddressT = Aws::String>
53 m_underlayIpAddressHasBeenSet =
true;
54 m_underlayIpAddress = std::forward<UnderlayIpAddressT>(value);
56 template <
typename UnderlayIpAddressT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_connectionIdHasBeenSet =
false;
84 bool m_underlayIpAddressHasBeenSet =
false;
85 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_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