7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/odb/Odb_EXPORTS.h>
10#include <aws/odb/model/OdbPeeringConnection.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename OdbPeeringConnectionT = OdbPeeringConnection>
36 m_odbPeeringConnectionHasBeenSet =
true;
37 m_odbPeeringConnection = std::forward<OdbPeeringConnectionT>(value);
39 template <
typename OdbPeeringConnectionT = OdbPeeringConnection>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_odbPeeringConnectionHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
const OdbPeeringConnection & GetOdbPeeringConnection() const
AWS_ODB_API GetOdbPeeringConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ODB_API GetOdbPeeringConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetOdbPeeringConnectionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetOdbPeeringConnectionResult & WithOdbPeeringConnection(OdbPeeringConnectionT &&value)
void SetOdbPeeringConnection(OdbPeeringConnectionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ODB_API GetOdbPeeringConnectionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue