7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/DeployedImage.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
47 template<
typename DeployedImageT = DeployedImage>
48 void SetDeployedImage(DeployedImageT&& value) { m_deployedImageHasBeenSet =
true; m_deployedImage = std::forward<DeployedImageT>(value); }
49 template<
typename DeployedImageT = DeployedImage>
59 template<
typename ArtifactUrlT = Aws::String>
60 void SetArtifactUrl(ArtifactUrlT&& value) { m_artifactUrlHasBeenSet =
true; m_artifactUrl = std::forward<ArtifactUrlT>(value); }
61 template<
typename ArtifactUrlT = Aws::String>
71 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
72 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
73 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
75 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
77 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
83 bool m_deployedImageHasBeenSet =
false;
86 bool m_artifactUrlHasBeenSet =
false;
89 bool m_environmentHasBeenSet =
false;
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary()=default
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArtifactUrl(ArtifactUrlT &&value)
bool DeployedImageHasBeenSet() const
void SetEnvironment(EnvironmentT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeployedImage(DeployedImageT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
InferenceComponentContainerSpecificationSummary & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
InferenceComponentContainerSpecificationSummary & WithDeployedImage(DeployedImageT &&value)
bool EnvironmentHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArtifactUrl() const
InferenceComponentContainerSpecificationSummary & WithEnvironment(EnvironmentT &&value)
InferenceComponentContainerSpecificationSummary & WithArtifactUrl(ArtifactUrlT &&value)
bool ArtifactUrlHasBeenSet() const
const DeployedImage & GetDeployedImage() const
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