7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/model/EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ElasticLoadBalancingv2
43 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
44 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
45 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
47 template<
typename SecurityGroupIdsT = Aws::String>
64 template<
typename ResponseMetadataT = ResponseMetadata>
65 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
66 template<
typename ResponseMetadataT = ResponseMetadata>
72 bool m_securityGroupIdsHasBeenSet =
false;
75 bool m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet =
false;
77 ResponseMetadata m_responseMetadata;
78 bool m_responseMetadataHasBeenSet =
false;
SetSecurityGroupsResult & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_ELASTICLOADBALANCINGV2_API SetSecurityGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum GetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic() const
void SetResponseMetadata(ResponseMetadataT &&value)
SetSecurityGroupsResult & WithEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum value)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICLOADBALANCINGV2_API SetSecurityGroupsResult()=default
void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
SetSecurityGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICLOADBALANCINGV2_API SetSecurityGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
SetSecurityGroupsResult & AddSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument