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>
61 inline void SetArtifactUrl(
const char* value) { m_artifactUrlHasBeenSet =
true; m_artifactUrl.assign(value); }
88 bool m_deployedImageHasBeenSet =
false;
91 bool m_artifactUrlHasBeenSet =
false;
94 bool m_environmentHasBeenSet =
false;
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeployedImageHasBeenSet() const
InferenceComponentContainerSpecificationSummary & AddEnvironment(const Aws::String &key, const Aws::String &value)
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary()
void SetDeployedImage(const DeployedImage &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEnvironment(Aws::Map< Aws::String, Aws::String > &&value)
InferenceComponentContainerSpecificationSummary & AddEnvironment(const char *key, Aws::String &&value)
void SetArtifactUrl(const Aws::String &value)
InferenceComponentContainerSpecificationSummary & AddEnvironment(Aws::String &&key, Aws::String &&value)
InferenceComponentContainerSpecificationSummary & WithEnvironment(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
InferenceComponentContainerSpecificationSummary & AddEnvironment(Aws::String &&key, const char *value)
void SetArtifactUrl(const char *value)
InferenceComponentContainerSpecificationSummary & AddEnvironment(Aws::String &&key, const Aws::String &value)
void SetEnvironment(const Aws::Map< Aws::String, Aws::String > &value)
void SetArtifactUrl(Aws::String &&value)
bool EnvironmentHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary(Aws::Utils::Json::JsonView jsonValue)
InferenceComponentContainerSpecificationSummary & WithEnvironment(Aws::Map< Aws::String, Aws::String > &&value)
InferenceComponentContainerSpecificationSummary & WithDeployedImage(DeployedImage &&value)
InferenceComponentContainerSpecificationSummary & WithDeployedImage(const DeployedImage &value)
InferenceComponentContainerSpecificationSummary & WithArtifactUrl(const char *value)
InferenceComponentContainerSpecificationSummary & WithArtifactUrl(const Aws::String &value)
const Aws::String & GetArtifactUrl() const
InferenceComponentContainerSpecificationSummary & WithArtifactUrl(Aws::String &&value)
void SetDeployedImage(DeployedImage &&value)
InferenceComponentContainerSpecificationSummary & AddEnvironment(const char *key, const char *value)
InferenceComponentContainerSpecificationSummary & AddEnvironment(const Aws::String &key, Aws::String &&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