7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/elasticloadbalancing/ElasticLoadBalancingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ElasticLoadBalancing
50 template<
typename LoadBalancerNameT = Aws::String>
51 void SetLoadBalancerName(LoadBalancerNameT&& value) { m_loadBalancerNameHasBeenSet =
true; m_loadBalancerName = std::forward<LoadBalancerNameT>(value); }
52 template<
typename LoadBalancerNameT = Aws::String>
62 template<
typename SubnetsT = Aws::Vector<Aws::String>>
63 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
64 template<
typename SubnetsT = Aws::Vector<Aws::String>>
66 template<
typename SubnetsT = Aws::String>
72 bool m_loadBalancerNameHasBeenSet =
false;
75 bool m_subnetsHasBeenSet =
false;
bool LoadBalancerNameHasBeenSet() const
DetachLoadBalancerFromSubnetsRequest & WithSubnets(SubnetsT &&value)
DetachLoadBalancerFromSubnetsRequest & AddSubnets(SubnetsT &&value)
bool SubnetsHasBeenSet() const
void SetSubnets(SubnetsT &&value)
AWS_ELASTICLOADBALANCING_API Aws::String SerializePayload() const override
DetachLoadBalancerFromSubnetsRequest & WithLoadBalancerName(LoadBalancerNameT &&value)
const Aws::Vector< Aws::String > & GetSubnets() const
virtual const char * GetServiceRequestName() const override
AWS_ELASTICLOADBALANCING_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetLoadBalancerName() const
void SetLoadBalancerName(LoadBalancerNameT &&value)
AWS_ELASTICLOADBALANCING_API DetachLoadBalancerFromSubnetsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector