7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace RedshiftServerless
44 template<
typename Endpo
intNameT = Aws::String>
45 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
46 template<
typename Endpo
intNameT = Aws::String>
57 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
58 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
59 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
61 template<
typename VpcSecurityGroupIdsT = Aws::String>
67 bool m_endpointNameHasBeenSet =
false;
70 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateEndpointAccessRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateEndpointAccessRequest()=default
bool EndpointNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
void SetEndpointName(EndpointNameT &&value)
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
const Aws::String & GetEndpointName() const
virtual const char * GetServiceRequestName() const override
UpdateEndpointAccessRequest & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool VpcSecurityGroupIdsHasBeenSet() const
UpdateEndpointAccessRequest & WithEndpointName(EndpointNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector