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>
11#include <aws/rds/model/DBProxyEndpointTargetRole.h>
12#include <aws/rds/model/Tag.h>
51 inline void SetDBProxyName(
const char* value) { m_dBProxyNameHasBeenSet =
true; m_dBProxyName.assign(value); }
65 inline void SetDBProxyEndpointName(
const char* value) { m_dBProxyEndpointNameHasBeenSet =
true; m_dBProxyEndpointName.assign(value); }
133 bool m_dBProxyNameHasBeenSet =
false;
136 bool m_dBProxyEndpointNameHasBeenSet =
false;
139 bool m_vpcSubnetIdsHasBeenSet =
false;
142 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
145 bool m_targetRoleHasBeenSet =
false;
148 bool m_tagsHasBeenSet =
false;
CreateDBProxyEndpointRequest & WithDBProxyName(const Aws::String &value)
CreateDBProxyEndpointRequest & WithVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool VpcSubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
CreateDBProxyEndpointRequest & AddVpcSecurityGroupIds(Aws::String &&value)
CreateDBProxyEndpointRequest & AddTags(const Tag &value)
bool DBProxyNameHasBeenSet() const
void SetVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
CreateDBProxyEndpointRequest & AddVpcSubnetIds(const Aws::String &value)
CreateDBProxyEndpointRequest & WithDBProxyName(Aws::String &&value)
CreateDBProxyEndpointRequest & AddTags(Tag &&value)
const Aws::String & GetDBProxyEndpointName() const
void SetDBProxyName(Aws::String &&value)
void SetTargetRole(const DBProxyEndpointTargetRole &value)
AWS_RDS_API Aws::String SerializePayload() const override
void SetVpcSubnetIds(Aws::Vector< Aws::String > &&value)
AWS_RDS_API CreateDBProxyEndpointRequest()
void SetTargetRole(DBProxyEndpointTargetRole &&value)
CreateDBProxyEndpointRequest & WithTags(const Aws::Vector< Tag > &value)
CreateDBProxyEndpointRequest & AddVpcSecurityGroupIds(const char *value)
CreateDBProxyEndpointRequest & AddVpcSubnetIds(Aws::String &&value)
bool DBProxyEndpointNameHasBeenSet() const
void SetDBProxyEndpointName(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
void SetDBProxyName(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
CreateDBProxyEndpointRequest & WithTargetRole(DBProxyEndpointTargetRole &&value)
CreateDBProxyEndpointRequest & WithDBProxyName(const char *value)
CreateDBProxyEndpointRequest & WithDBProxyEndpointName(const Aws::String &value)
CreateDBProxyEndpointRequest & WithTags(Aws::Vector< Tag > &&value)
void SetVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
const DBProxyEndpointTargetRole & GetTargetRole() const
CreateDBProxyEndpointRequest & WithTargetRole(const DBProxyEndpointTargetRole &value)
bool TagsHasBeenSet() const
const Aws::String & GetDBProxyName() const
virtual const char * GetServiceRequestName() const override
bool VpcSecurityGroupIdsHasBeenSet() const
CreateDBProxyEndpointRequest & AddVpcSecurityGroupIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetVpcSubnetIds() const
bool TargetRoleHasBeenSet() const
CreateDBProxyEndpointRequest & WithVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
CreateDBProxyEndpointRequest & WithVpcSubnetIds(Aws::Vector< Aws::String > &&value)
void SetDBProxyName(const Aws::String &value)
void SetDBProxyEndpointName(const char *value)
CreateDBProxyEndpointRequest & WithVpcSubnetIds(const Aws::Vector< Aws::String > &value)
CreateDBProxyEndpointRequest & AddVpcSubnetIds(const char *value)
CreateDBProxyEndpointRequest & WithDBProxyEndpointName(const char *value)
CreateDBProxyEndpointRequest & WithDBProxyEndpointName(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
void SetVpcSubnetIds(const Aws::Vector< Aws::String > &value)
void SetDBProxyEndpointName(Aws::String &&value)
DBProxyEndpointTargetRole
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector