7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ArtifactSource.h>
40 template <
typename ArtifactArnT = Aws::String>
42 m_artifactArnHasBeenSet =
true;
43 m_artifactArn = std::forward<ArtifactArnT>(value);
45 template <
typename ArtifactArnT = Aws::String>
58 template <
typename SourceT = ArtifactSource>
60 m_sourceHasBeenSet =
true;
61 m_source = std::forward<SourceT>(value);
63 template <
typename SourceT = ArtifactSource>
73 bool m_artifactArnHasBeenSet =
false;
74 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