7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/Asset.h>
20namespace Rekognition {
50 template <
typename AssetsT = Aws::Vector<Asset>>
52 m_assetsHasBeenSet =
true;
53 m_assets = std::forward<AssetsT>(value);
55 template <
typename AssetsT = Aws::Vector<Asset>>
60 template <
typename AssetsT = Asset>
62 m_assetsHasBeenSet =
true;
63 m_assets.emplace_back(std::forward<AssetsT>(value));
69 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