7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketT = Aws::String>
48 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
60 template<
typename ObjectKeyT = Aws::String>
61 void SetObjectKey(ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
62 template<
typename ObjectKeyT = Aws::String>
73 template<
typename VersionIdT = Aws::String>
74 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
75 template<
typename VersionIdT = Aws::String>
81 bool m_bucketHasBeenSet =
false;
84 bool m_objectKeyHasBeenSet =
false;
87 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