7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
59 inline void SetSpecifiedImage(
const char* value) { m_specifiedImageHasBeenSet =
true; m_specifiedImage.assign(value); }
74 inline void SetResolvedImage(
const char* value) { m_resolvedImageHasBeenSet =
true; m_resolvedImage.assign(value); }
95 bool m_specifiedImageHasBeenSet =
false;
98 bool m_resolvedImageHasBeenSet =
false;
101 bool m_resolutionTimeHasBeenSet =
false;
void SetResolutionTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API DeployedImage(Aws::Utils::Json::JsonView jsonValue)
void SetSpecifiedImage(Aws::String &&value)
DeployedImage & WithSpecifiedImage(const Aws::String &value)
DeployedImage & WithResolutionTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API DeployedImage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResolvedImage(const char *value)
void SetResolutionTime(const Aws::Utils::DateTime &value)
void SetResolvedImage(Aws::String &&value)
DeployedImage & WithResolvedImage(const Aws::String &value)
AWS_SAGEMAKER_API DeployedImage()
bool SpecifiedImageHasBeenSet() const
void SetSpecifiedImage(const Aws::String &value)
DeployedImage & WithSpecifiedImage(Aws::String &&value)
void SetSpecifiedImage(const char *value)
bool ResolvedImageHasBeenSet() const
DeployedImage & WithResolutionTime(const Aws::Utils::DateTime &value)
void SetResolvedImage(const Aws::String &value)
DeployedImage & WithResolvedImage(const char *value)
const Aws::Utils::DateTime & GetResolutionTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
DeployedImage & WithSpecifiedImage(const char *value)
bool ResolutionTimeHasBeenSet() const
const Aws::String & GetResolvedImage() const
const Aws::String & GetSpecifiedImage() const
DeployedImage & WithResolvedImage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue