7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/ArtifactSource.h>
46 inline void SetArtifactArn(
const char* value) { m_artifactArnHasBeenSet =
true; m_artifactArn.assign(value); }
66 bool m_artifactArnHasBeenSet =
false;
69 bool m_sourceHasBeenSet =
false;
void SetSource(const ArtifactSource &value)
bool SourceHasBeenSet() const
DeleteArtifactRequest & WithSource(ArtifactSource &&value)
void SetArtifactArn(const char *value)
DeleteArtifactRequest & WithSource(const ArtifactSource &value)
AWS_SAGEMAKER_API DeleteArtifactRequest()
virtual const char * GetServiceRequestName() const override
bool ArtifactArnHasBeenSet() const
DeleteArtifactRequest & WithArtifactArn(Aws::String &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const ArtifactSource & GetSource() const
void SetArtifactArn(const Aws::String &value)
DeleteArtifactRequest & WithArtifactArn(const char *value)
const Aws::String & GetArtifactArn() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSource(ArtifactSource &&value)
void SetArtifactArn(Aws::String &&value)
DeleteArtifactRequest & WithArtifactArn(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String