7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/FieldInfo.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ConfigService {
41 template <
typename SelectFieldsT = Aws::Vector<FieldInfo>>
43 m_selectFieldsHasBeenSet =
true;
44 m_selectFields = std::forward<SelectFieldsT>(value);
46 template <
typename SelectFieldsT = Aws::Vector<FieldInfo>>
51 template <
typename SelectFieldsT = FieldInfo>
53 m_selectFieldsHasBeenSet =
true;
54 m_selectFields.emplace_back(std::forward<SelectFieldsT>(value));
60 bool m_selectFieldsHasBeenSet =
false;
QueryInfo & AddSelectFields(SelectFieldsT &&value)
const Aws::Vector< FieldInfo > & GetSelectFields() const
bool SelectFieldsHasBeenSet() const
AWS_CONFIGSERVICE_API QueryInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API QueryInfo()=default
QueryInfo & WithSelectFields(SelectFieldsT &&value)
AWS_CONFIGSERVICE_API QueryInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSelectFields(SelectFieldsT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue