Searched refs:SetCustomPlugins (Results 1 – 4 of 4) sorted by relevance
45 …inline void SetCustomPlugins(const Aws::Vector<CustomPluginSummary>& value) { m_customPlugins = va… in SetCustomPlugins() function50 …inline void SetCustomPlugins(Aws::Vector<CustomPluginSummary>&& value) { m_customPlugins = std::mo… in SetCustomPlugins() function55 … WithCustomPlugins(const Aws::Vector<CustomPluginSummary>& value) { SetCustomPlugins(value); retur… in WithCustomPlugins()60 …sult& WithCustomPlugins(Aws::Vector<CustomPluginSummary>&& value) { SetCustomPlugins(std::move(val… in WithCustomPlugins()
4482 func (s *ListCustomPluginsOutput) SetCustomPlugins(v []*CustomPluginSummary) *ListCustomPluginsOutp… func