7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/CompositeSliComponent.h>
9#include <aws/application-signals/model/SelectionConfig.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace ApplicationSignals {
46 template <
typename SelectionConfigT = SelectionConfig>
48 m_selectionConfigHasBeenSet =
true;
49 m_selectionConfig = std::forward<SelectionConfigT>(value);
51 template <
typename SelectionConfigT = SelectionConfig>
67 template <
typename ComponentsT = Aws::Vector<CompositeSliComponent>>
69 m_componentsHasBeenSet =
true;
70 m_components = std::forward<ComponentsT>(value);
72 template <
typename ComponentsT = Aws::Vector<CompositeSliComponent>>
77 template <
typename ComponentsT = CompositeSliComponent>
79 m_componentsHasBeenSet =
true;
80 m_components.emplace_back(std::forward<ComponentsT>(value));
88 bool m_selectionConfigHasBeenSet =
false;
89 bool m_componentsHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API CompositeSliConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSelectionConfig(SelectionConfigT &&value)
bool ComponentsHasBeenSet() const
const SelectionConfig & GetSelectionConfig() const
AWS_APPLICATIONSIGNALS_API CompositeSliConfig(Aws::Utils::Json::JsonView jsonValue)
void SetComponents(ComponentsT &&value)
const Aws::Vector< CompositeSliComponent > & GetComponents() const
bool SelectionConfigHasBeenSet() const
CompositeSliConfig & WithComponents(ComponentsT &&value)
CompositeSliConfig & WithSelectionConfig(SelectionConfigT &&value)
CompositeSliConfig & AddComponents(ComponentsT &&value)
AWS_APPLICATIONSIGNALS_API CompositeSliConfig()=default
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue