7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename DBProxyEndpo
intNameT = Aws::String>
48 void SetDBProxyEndpointName(DBProxyEndpointNameT&& value) { m_dBProxyEndpointNameHasBeenSet =
true; m_dBProxyEndpointName = std::forward<DBProxyEndpointNameT>(value); }
49 template<
typename DBProxyEndpo
intNameT = Aws::String>
61 template<
typename NewDBProxyEndpo
intNameT = Aws::String>
62 void SetNewDBProxyEndpointName(NewDBProxyEndpointNameT&& value) { m_newDBProxyEndpointNameHasBeenSet =
true; m_newDBProxyEndpointName = std::forward<NewDBProxyEndpointNameT>(value); }
63 template<
typename NewDBProxyEndpo
intNameT = Aws::String>
75 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
76 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
77 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
79 template<
typename VpcSecurityGroupIdsT = Aws::String>
85 bool m_dBProxyEndpointNameHasBeenSet =
false;
88 bool m_newDBProxyEndpointNameHasBeenSet =
false;
91 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
void SetDBProxyEndpointName(DBProxyEndpointNameT &&value)
void SetNewDBProxyEndpointName(NewDBProxyEndpointNameT &&value)
ModifyDBProxyEndpointRequest & WithNewDBProxyEndpointName(NewDBProxyEndpointNameT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_RDS_API Aws::String SerializePayload() const override
ModifyDBProxyEndpointRequest & WithDBProxyEndpointName(DBProxyEndpointNameT &&value)
bool VpcSecurityGroupIdsHasBeenSet() const
const Aws::String & GetDBProxyEndpointName() const
ModifyDBProxyEndpointRequest & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool DBProxyEndpointNameHasBeenSet() const
ModifyDBProxyEndpointRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
AWS_RDS_API ModifyDBProxyEndpointRequest()=default
bool NewDBProxyEndpointNameHasBeenSet() const
const Aws::String & GetNewDBProxyEndpointName() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector