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>
44 template<
typename ArtifactArnT = Aws::String>
45 void SetArtifactArn(ArtifactArnT&& value) { m_artifactArnHasBeenSet =
true; m_artifactArn = std::forward<ArtifactArnT>(value); }
46 template<
typename ArtifactArnT = Aws::String>
56 template<
typename SourceT = ArtifactSource>
57 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
58 template<
typename SourceT = ArtifactSource>
64 bool m_artifactArnHasBeenSet =
false;
67 bool m_sourceHasBeenSet =
false;
bool SourceHasBeenSet() const
void SetSource(SourceT &&value)
AWS_SAGEMAKER_API DeleteArtifactRequest()=default
virtual const char * GetServiceRequestName() const override
bool ArtifactArnHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetArtifactArn(ArtifactArnT &&value)
const ArtifactSource & GetSource() const
DeleteArtifactRequest & WithSource(SourceT &&value)
const Aws::String & GetArtifactArn() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteArtifactRequest & WithArtifactArn(ArtifactArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String