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
104 bool m_nameHasBeenSet =
false;
107 bool m_includeListHasBeenSet =
false;
110 bool m_excludeListHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API PreferredResource(Aws::Utils::Json::JsonView jsonValue)
PreferredResource & AddExcludeList(const char *value)
bool IncludeListHasBeenSet() const
PreferredResource & WithExcludeList(Aws::Vector< Aws::String > &&value)
PreferredResource & WithIncludeList(const Aws::Vector< Aws::String > &value)
void SetName(PreferredResourceName &&value)
PreferredResource & WithName(const PreferredResourceName &value)
PreferredResource & AddIncludeList(const char *value)
PreferredResource & AddIncludeList(const Aws::String &value)
void SetIncludeList(Aws::Vector< Aws::String > &&value)
PreferredResource & WithName(PreferredResourceName &&value)
PreferredResource & AddExcludeList(const Aws::String &value)
PreferredResource & AddExcludeList(Aws::String &&value)
PreferredResource & WithIncludeList(Aws::Vector< Aws::String > &&value)
bool ExcludeListHasBeenSet() const
const Aws::Vector< Aws::String > & GetExcludeList() const
const PreferredResourceName & GetName() const
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetIncludeList() const
PreferredResource & WithExcludeList(const Aws::Vector< Aws::String > &value)
bool NameHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API PreferredResource()
void SetExcludeList(Aws::Vector< Aws::String > &&value)
void SetName(const PreferredResourceName &value)
AWS_COMPUTEOPTIMIZER_API PreferredResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExcludeList(const Aws::Vector< Aws::String > &value)
void SetIncludeList(const Aws::Vector< Aws::String > &value)
PreferredResource & AddIncludeList(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue