7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/vpc-lattice/model/ResourceConfigurationDefinition.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename PortRangesT = Aws::Vector<Aws::String>>
57 void SetPortRanges(PortRangesT&& value) { m_portRangesHasBeenSet =
true; m_portRanges = std::forward<PortRangesT>(value); }
58 template<
typename PortRangesT = Aws::Vector<Aws::String>>
60 template<
typename PortRangesT = Aws::String>
70 template<
typename ResourceConfigurationDefinitionT = ResourceConfigurationDefinition>
71 void SetResourceConfigurationDefinition(ResourceConfigurationDefinitionT&& value) { m_resourceConfigurationDefinitionHasBeenSet =
true; m_resourceConfigurationDefinition = std::forward<ResourceConfigurationDefinitionT>(value); }
72 template<
typename ResourceConfigurationDefinitionT = ResourceConfigurationDefinition>
82 template<
typename ResourceConfigurationIdentifierT = Aws::String>
83 void SetResourceConfigurationIdentifier(ResourceConfigurationIdentifierT&& value) { m_resourceConfigurationIdentifierHasBeenSet =
true; m_resourceConfigurationIdentifier = std::forward<ResourceConfigurationIdentifierT>(value); }
84 template<
typename ResourceConfigurationIdentifierT = Aws::String>
89 bool m_allowAssociationToShareableServiceNetwork{
false};
90 bool m_allowAssociationToShareableServiceNetworkHasBeenSet =
false;
93 bool m_portRangesHasBeenSet =
false;
95 ResourceConfigurationDefinition m_resourceConfigurationDefinition;
96 bool m_resourceConfigurationDefinitionHasBeenSet =
false;
99 bool m_resourceConfigurationIdentifierHasBeenSet =
false;
bool GetAllowAssociationToShareableServiceNetwork() const
const Aws::String & GetResourceConfigurationIdentifier() const
bool AllowAssociationToShareableServiceNetworkHasBeenSet() const
UpdateResourceConfigurationRequest & WithPortRanges(PortRangesT &&value)
bool ResourceConfigurationDefinitionHasBeenSet() const
UpdateResourceConfigurationRequest & AddPortRanges(PortRangesT &&value)
bool PortRangesHasBeenSet() const
const Aws::Vector< Aws::String > & GetPortRanges() const
UpdateResourceConfigurationRequest & WithResourceConfigurationIdentifier(ResourceConfigurationIdentifierT &&value)
void SetPortRanges(PortRangesT &&value)
void SetAllowAssociationToShareableServiceNetwork(bool value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
UpdateResourceConfigurationRequest & WithResourceConfigurationDefinition(ResourceConfigurationDefinitionT &&value)
bool ResourceConfigurationIdentifierHasBeenSet() const
const ResourceConfigurationDefinition & GetResourceConfigurationDefinition() const
virtual const char * GetServiceRequestName() const override
UpdateResourceConfigurationRequest & WithAllowAssociationToShareableServiceNetwork(bool value)
void SetResourceConfigurationDefinition(ResourceConfigurationDefinitionT &&value)
void SetResourceConfigurationIdentifier(ResourceConfigurationIdentifierT &&value)
AWS_VPCLATTICE_API UpdateResourceConfigurationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector