7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/VPCConnection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename VPCConnectionT = VPCConnection>
43 void SetVPCConnection(VPCConnectionT&& value) { m_vPCConnectionHasBeenSet =
true; m_vPCConnection = std::forward<VPCConnectionT>(value); }
44 template<
typename VPCConnectionT = VPCConnection>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
62 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
68 bool m_vPCConnectionHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
DescribeVPCConnectionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API DescribeVPCConnectionResult()=default
void SetStatus(int value)
AWS_QUICKSIGHT_API DescribeVPCConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const VPCConnection & GetVPCConnection() const
void SetVPCConnection(VPCConnectionT &&value)
DescribeVPCConnectionResult & WithVPCConnection(VPCConnectionT &&value)
DescribeVPCConnectionResult & WithStatus(int value)
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeVPCConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue