7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename RegionT = Aws::String>
50 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
51 template<
typename RegionT = Aws::String>
61 template<
typename ImageUrisT = Aws::Vector<Aws::String>>
62 void SetImageUris(ImageUrisT&& value) { m_imageUrisHasBeenSet =
true; m_imageUris = std::forward<ImageUrisT>(value); }
63 template<
typename ImageUrisT = Aws::Vector<Aws::String>>
65 template<
typename ImageUrisT = Aws::String>
66 Container&
AddImageUris(ImageUrisT&& value) { m_imageUrisHasBeenSet =
true; m_imageUris.emplace_back(std::forward<ImageUrisT>(value));
return *
this; }
71 bool m_regionHasBeenSet =
false;
74 bool m_imageUrisHasBeenSet =
false;
const Aws::String & GetRegion() const
Container & WithImageUris(ImageUrisT &&value)
AWS_IMAGEBUILDER_API Container & operator=(Aws::Utils::Json::JsonView jsonValue)
Container & WithRegion(RegionT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRegion(RegionT &&value)
const Aws::Vector< Aws::String > & GetImageUris() const
bool ImageUrisHasBeenSet() const
bool RegionHasBeenSet() const
AWS_IMAGEBUILDER_API Container()=default
void SetImageUris(ImageUrisT &&value)
Container & AddImageUris(ImageUrisT &&value)
AWS_IMAGEBUILDER_API Container(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue