7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
56 template<
typename VPCConnectionIdT = Aws::String>
57 void SetVPCConnectionId(VPCConnectionIdT&& value) { m_vPCConnectionIdHasBeenSet =
true; m_vPCConnectionId = std::forward<VPCConnectionIdT>(value); }
58 template<
typename VPCConnectionIdT = Aws::String>
64 bool m_awsAccountIdHasBeenSet =
false;
67 bool m_vPCConnectionIdHasBeenSet =
false;
const Aws::String & GetVPCConnectionId() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeVPCConnectionRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool VPCConnectionIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeVPCConnectionRequest()=default
void SetVPCConnectionId(VPCConnectionIdT &&value)
DescribeVPCConnectionRequest & WithVPCConnectionId(VPCConnectionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String