7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/EdgePresetDeploymentType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/EdgePresetDeploymentStatus.h>
64 inline void SetArtifact(
const char* value) { m_artifactHasBeenSet =
true; m_artifact.assign(value); }
90 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
98 bool m_typeHasBeenSet =
false;
101 bool m_artifactHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
107 bool m_statusMessageHasBeenSet =
false;
void SetArtifact(Aws::String &&value)
bool ArtifactHasBeenSet() const
EdgePresetDeploymentOutput & WithStatus(EdgePresetDeploymentStatus &&value)
const Aws::String & GetArtifact() const
const EdgePresetDeploymentType & GetType() const
EdgePresetDeploymentOutput & WithType(EdgePresetDeploymentType &&value)
bool StatusHasBeenSet() const
void SetType(const EdgePresetDeploymentType &value)
AWS_SAGEMAKER_API EdgePresetDeploymentOutput(Aws::Utils::Json::JsonView jsonValue)
EdgePresetDeploymentOutput & WithType(const EdgePresetDeploymentType &value)
void SetArtifact(const char *value)
const Aws::String & GetStatusMessage() const
EdgePresetDeploymentOutput & WithStatus(const EdgePresetDeploymentStatus &value)
EdgePresetDeploymentOutput & WithArtifact(const char *value)
EdgePresetDeploymentOutput & WithArtifact(Aws::String &&value)
bool TypeHasBeenSet() const
bool StatusMessageHasBeenSet() const
void SetArtifact(const Aws::String &value)
EdgePresetDeploymentOutput & WithStatusMessage(Aws::String &&value)
EdgePresetDeploymentOutput & WithStatusMessage(const char *value)
void SetStatus(EdgePresetDeploymentStatus &&value)
const EdgePresetDeploymentStatus & GetStatus() const
void SetStatusMessage(Aws::String &&value)
EdgePresetDeploymentOutput & WithArtifact(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EdgePresetDeploymentOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatusMessage(const Aws::String &value)
EdgePresetDeploymentOutput & WithStatusMessage(const Aws::String &value)
AWS_SAGEMAKER_API EdgePresetDeploymentOutput()
void SetStatusMessage(const char *value)
void SetStatus(const EdgePresetDeploymentStatus &value)
void SetType(EdgePresetDeploymentType &&value)
EdgePresetDeploymentStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue