7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation-runtime/model/AssetProcessingConfiguration.h>
22namespace BedrockDataAutomationRuntime
47 template<
typename S3UriT = Aws::String>
48 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
49 template<
typename S3UriT = Aws::String>
59 template<
typename AssetProcessingConfigurationT = AssetProcessingConfiguration>
60 void SetAssetProcessingConfiguration(AssetProcessingConfigurationT&& value) { m_assetProcessingConfigurationHasBeenSet =
true; m_assetProcessingConfiguration = std::forward<AssetProcessingConfigurationT>(value); }
61 template<
typename AssetProcessingConfigurationT = AssetProcessingConfiguration>
67 bool m_s3UriHasBeenSet =
false;
70 bool m_assetProcessingConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue