7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DockerURIT = Aws::String>
59 void SetDockerURI(DockerURIT&& value) { m_dockerURIHasBeenSet =
true; m_dockerURI = std::forward<DockerURIT>(value); }
60 template<
typename DockerURIT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 bool m_dockerURIHasBeenSet =
false;
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDockerURI() const
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_PERSONALIZE_API AlgorithmImage(Aws::Utils::Json::JsonView jsonValue)
AlgorithmImage & WithDockerURI(DockerURIT &&value)
void SetDockerURI(DockerURIT &&value)
AWS_PERSONALIZE_API AlgorithmImage()=default
bool DockerURIHasBeenSet() const
AlgorithmImage & WithName(NameT &&value)
AWS_PERSONALIZE_API AlgorithmImage & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue