7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/Asset.h>
56 template<
typename AssetsT = Aws::Vector<Asset>>
57 void SetAssets(AssetsT&& value) { m_assetsHasBeenSet =
true; m_assets = std::forward<AssetsT>(value); }
58 template<
typename AssetsT = Aws::Vector<Asset>>
60 template<
typename AssetsT = Asset>
61 ValidationData&
AddAssets(AssetsT&& value) { m_assetsHasBeenSet =
true; m_assets.emplace_back(std::forward<AssetsT>(value));
return *
this; }
66 bool m_assetsHasBeenSet =
false;
ValidationData & WithAssets(AssetsT &&value)
AWS_REKOGNITION_API ValidationData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API ValidationData()=default
const Aws::Vector< Asset > & GetAssets() const
bool AssetsHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API ValidationData(Aws::Utils::Json::JsonView jsonValue)
void SetAssets(AssetsT &&value)
ValidationData & AddAssets(AssetsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue