7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/AmiSortBy.h>
10#include <aws/inspector2/model/SortOrder.h>
11#include <aws/inspector2/model/StringFilter.h>
65 inline void SetSortBy(
AmiSortBy&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::move(value); }
84 bool m_amisHasBeenSet =
false;
87 bool m_sortByHasBeenSet =
false;
90 bool m_sortOrderHasBeenSet =
false;
void SetSortBy(const AmiSortBy &value)
void SetAmis(Aws::Vector< StringFilter > &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
const SortOrder & GetSortOrder() const
bool SortOrderHasBeenSet() const
AmiAggregation & AddAmis(const StringFilter &value)
void SetSortBy(AmiSortBy &&value)
AmiAggregation & WithSortOrder(SortOrder &&value)
AmiAggregation & WithSortBy(const AmiSortBy &value)
AmiAggregation & WithAmis(const Aws::Vector< StringFilter > &value)
AWS_INSPECTOR2_API AmiAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API AmiAggregation()
AWS_INSPECTOR2_API AmiAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
AmiAggregation & WithAmis(Aws::Vector< StringFilter > &&value)
const Aws::Vector< StringFilter > & GetAmis() const
AmiAggregation & WithSortBy(AmiSortBy &&value)
void SetAmis(const Aws::Vector< StringFilter > &value)
bool AmisHasBeenSet() const
void SetSortOrder(SortOrder &&value)
AmiAggregation & WithSortOrder(const SortOrder &value)
bool SortByHasBeenSet() const
AmiAggregation & AddAmis(StringFilter &&value)
void SetSortOrder(const SortOrder &value)
const AmiSortBy & GetSortBy() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue