7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/VpcConnector.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename VpcConnectorT = VpcConnector>
39 m_vpcConnectorHasBeenSet =
true;
40 m_vpcConnector = std::forward<VpcConnectorT>(value);
42 template <
typename VpcConnectorT = VpcConnector>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_vpcConnectorHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_APPRUNNER_API DescribeVpcConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const VpcConnector & GetVpcConnector() const
DescribeVpcConnectorResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APPRUNNER_API DescribeVpcConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeVpcConnectorResult & WithVpcConnector(VpcConnectorT &&value)
AWS_APPRUNNER_API DescribeVpcConnectorResult()=default
void SetVpcConnector(VpcConnectorT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue