7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template<
typename ResourceGatewayIdentifierT = Aws::String>
43 void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT&& value) { m_resourceGatewayIdentifierHasBeenSet =
true; m_resourceGatewayIdentifier = std::forward<ResourceGatewayIdentifierT>(value); }
44 template<
typename ResourceGatewayIdentifierT = Aws::String>
54 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
55 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
56 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
58 template<
typename SecurityGroupIdsT = Aws::String>
64 bool m_resourceGatewayIdentifierHasBeenSet =
false;
67 bool m_securityGroupIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
UpdateResourceGatewayRequest & WithResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
UpdateResourceGatewayRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_VPCLATTICE_API UpdateResourceGatewayRequest()=default
bool SecurityGroupIdsHasBeenSet() const
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
const Aws::String & GetResourceGatewayIdentifier() const
UpdateResourceGatewayRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
virtual const char * GetServiceRequestName() const override
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool ResourceGatewayIdentifierHasBeenSet() const
void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector