7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
60 template <
typename ObjectKeyT = Aws::String>
62 m_objectKeyHasBeenSet =
true;
63 m_objectKey = std::forward<ObjectKeyT>(value);
65 template <
typename ObjectKeyT = Aws::String>
79 template <
typename VersionIdT = Aws::String>
81 m_versionIdHasBeenSet =
true;
82 m_versionId = std::forward<VersionIdT>(value);
84 template <
typename VersionIdT = Aws::String>
96 bool m_bucketHasBeenSet =
false;
97 bool m_objectKeyHasBeenSet =
false;
98 bool m_versionIdHasBeenSet =
false;
AWS_SAGEMAKER_API PipelineDefinitionS3Location()=default
const Aws::String & GetBucket() const
bool ObjectKeyHasBeenSet() const
const Aws::String & GetVersionId() const
void SetBucket(BucketT &&value)
void SetVersionId(VersionIdT &&value)
PipelineDefinitionS3Location & WithVersionId(VersionIdT &&value)
bool VersionIdHasBeenSet() const
PipelineDefinitionS3Location & WithObjectKey(ObjectKeyT &&value)
const Aws::String & GetObjectKey() const
bool BucketHasBeenSet() const
AWS_SAGEMAKER_API PipelineDefinitionS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineDefinitionS3Location & WithBucket(BucketT &&value)
AWS_SAGEMAKER_API PipelineDefinitionS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetObjectKey(ObjectKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue