7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancing/model/LoadBalancerAttributes.h>
10#include <aws/elasticloadbalancing/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticLoadBalancing
48 template<
typename LoadBalancerNameT = Aws::String>
49 void SetLoadBalancerName(LoadBalancerNameT&& value) { m_loadBalancerNameHasBeenSet =
true; m_loadBalancerName = std::forward<LoadBalancerNameT>(value); }
50 template<
typename LoadBalancerNameT = Aws::String>
59 template<
typename LoadBalancerAttributesT = LoadBalancerAttributes>
60 void SetLoadBalancerAttributes(LoadBalancerAttributesT&& value) { m_loadBalancerAttributesHasBeenSet =
true; m_loadBalancerAttributes = std::forward<LoadBalancerAttributesT>(value); }
61 template<
typename LoadBalancerAttributesT = LoadBalancerAttributes>
68 template<
typename ResponseMetadataT = ResponseMetadata>
69 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
70 template<
typename ResponseMetadataT = ResponseMetadata>
76 bool m_loadBalancerNameHasBeenSet =
false;
79 bool m_loadBalancerAttributesHasBeenSet =
false;
82 bool m_responseMetadataHasBeenSet =
false;
ModifyLoadBalancerAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
const LoadBalancerAttributes & GetLoadBalancerAttributes() const
AWS_ELASTICLOADBALANCING_API ModifyLoadBalancerAttributesResult()=default
ModifyLoadBalancerAttributesResult & WithLoadBalancerName(LoadBalancerNameT &&value)
void SetLoadBalancerName(LoadBalancerNameT &&value)
AWS_ELASTICLOADBALANCING_API ModifyLoadBalancerAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetLoadBalancerAttributes(LoadBalancerAttributesT &&value)
const Aws::String & GetLoadBalancerName() const
AWS_ELASTICLOADBALANCING_API ModifyLoadBalancerAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyLoadBalancerAttributesResult & WithLoadBalancerAttributes(LoadBalancerAttributesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument