7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/PreferredResourceName.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ComputeOptimizer
61 template<
typename IncludeListT = Aws::Vector<Aws::String>>
62 void SetIncludeList(IncludeListT&& value) { m_includeListHasBeenSet =
true; m_includeList = std::forward<IncludeListT>(value); }
63 template<
typename IncludeListT = Aws::Vector<Aws::String>>
65 template<
typename IncludeListT = Aws::String>
75 template<
typename EffectiveIncludeListT = Aws::Vector<Aws::String>>
76 void SetEffectiveIncludeList(EffectiveIncludeListT&& value) { m_effectiveIncludeListHasBeenSet =
true; m_effectiveIncludeList = std::forward<EffectiveIncludeListT>(value); }
77 template<
typename EffectiveIncludeListT = Aws::Vector<Aws::String>>
79 template<
typename EffectiveIncludeListT = Aws::String>
90 template<
typename ExcludeListT = Aws::Vector<Aws::String>>
91 void SetExcludeList(ExcludeListT&& value) { m_excludeListHasBeenSet =
true; m_excludeList = std::forward<ExcludeListT>(value); }
92 template<
typename ExcludeListT = Aws::Vector<Aws::String>>
94 template<
typename ExcludeListT = Aws::String>
100 bool m_nameHasBeenSet =
false;
103 bool m_includeListHasBeenSet =
false;
106 bool m_effectiveIncludeListHasBeenSet =
false;
109 bool m_excludeListHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API EffectivePreferredResource()=default
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExcludeList(ExcludeListT &&value)
EffectivePreferredResource & AddEffectiveIncludeList(EffectiveIncludeListT &&value)
AWS_COMPUTEOPTIMIZER_API EffectivePreferredResource(Aws::Utils::Json::JsonView jsonValue)
EffectivePreferredResource & AddExcludeList(ExcludeListT &&value)
void SetEffectiveIncludeList(EffectiveIncludeListT &&value)
const Aws::Vector< Aws::String > & GetIncludeList() const
EffectivePreferredResource & AddIncludeList(IncludeListT &&value)
bool NameHasBeenSet() const
EffectivePreferredResource & WithName(PreferredResourceName value)
EffectivePreferredResource & WithEffectiveIncludeList(EffectiveIncludeListT &&value)
void SetIncludeList(IncludeListT &&value)
const Aws::Vector< Aws::String > & GetExcludeList() const
EffectivePreferredResource & WithExcludeList(ExcludeListT &&value)
bool EffectiveIncludeListHasBeenSet() const
bool IncludeListHasBeenSet() const
PreferredResourceName GetName() const
void SetName(PreferredResourceName value)
bool ExcludeListHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API EffectivePreferredResource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEffectiveIncludeList() const
EffectivePreferredResource & WithIncludeList(IncludeListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue