7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/VpcConnector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename VpcConnectorT = VpcConnector>
38 m_vpcConnectorHasBeenSet =
true;
39 m_vpcConnector = std::forward<VpcConnectorT>(value);
41 template <
typename VpcConnectorT = VpcConnector>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_vpcConnectorHasBeenSet =
false;
67 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_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