7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ConnectionIdT = Aws::String>
41 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
42 template<
typename ConnectionIdT = Aws::String>
51 template<
typename UnderlayIpAddressT = Aws::String>
52 void SetUnderlayIpAddress(UnderlayIpAddressT&& value) { m_underlayIpAddressHasBeenSet =
true; m_underlayIpAddress = std::forward<UnderlayIpAddressT>(value); }
53 template<
typename UnderlayIpAddressT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_connectionIdHasBeenSet =
false;
71 bool m_underlayIpAddressHasBeenSet =
false;
74 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