7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename ImageUriT = Aws::String>
49 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
50 template<
typename ImageUriT = Aws::String>
63 template<
typename ConfigUriT = Aws::String>
64 void SetConfigUri(ConfigUriT&& value) { m_configUriHasBeenSet =
true; m_configUri = std::forward<ConfigUriT>(value); }
65 template<
typename ConfigUriT = Aws::String>
75 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
76 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
77 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
79 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
81 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
87 bool m_imageUriHasBeenSet =
false;
90 bool m_configUriHasBeenSet =
false;
93 bool m_environmentHasBeenSet =
false;
const Aws::String & GetImageUri() const
bool EnvironmentHasBeenSet() const
void SetEnvironment(EnvironmentT &&value)
ModelExplainabilityAppSpecification & WithEnvironment(EnvironmentT &&value)
const Aws::String & GetConfigUri() const
void SetImageUri(ImageUriT &&value)
AWS_SAGEMAKER_API ModelExplainabilityAppSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelExplainabilityAppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ModelExplainabilityAppSpecification & WithConfigUri(ConfigUriT &&value)
void SetConfigUri(ConfigUriT &&value)
bool ImageUriHasBeenSet() const
ModelExplainabilityAppSpecification & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
bool ConfigUriHasBeenSet() const
AWS_SAGEMAKER_API ModelExplainabilityAppSpecification()=default
ModelExplainabilityAppSpecification & WithImageUri(ImageUriT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue