7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/DeployedImage.h>
41 template <
typename DeployedImageT = DeployedImage>
43 m_deployedImageHasBeenSet =
true;
44 m_deployedImage = std::forward<DeployedImageT>(value);
46 template <
typename DeployedImageT = DeployedImage>
59 template <
typename ArtifactUrlT = Aws::String>
61 m_artifactUrlHasBeenSet =
true;
62 m_artifactUrl = std::forward<ArtifactUrlT>(value);
64 template <
typename ArtifactUrlT = Aws::String>
77 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
79 m_environmentHasBeenSet =
true;
80 m_environment = std::forward<EnvironmentT>(value);
82 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
87 template <
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
89 m_environmentHasBeenSet =
true;
90 m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
100 bool m_deployedImageHasBeenSet =
false;
101 bool m_artifactUrlHasBeenSet =
false;
102 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