7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/model/DataIntegrationFlowS3Options.h>
48 template<
typename BucketNameT = Aws::String>
49 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
50 template<
typename BucketNameT = Aws::String>
60 template<
typename PrefixT = Aws::String>
61 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
62 template<
typename PrefixT = Aws::String>
72 template<
typename OptionsT = DataIntegrationFlowS3Options>
73 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
74 template<
typename OptionsT = DataIntegrationFlowS3Options>
80 bool m_bucketNameHasBeenSet =
false;
83 bool m_prefixHasBeenSet =
false;
86 bool m_optionsHasBeenSet =
false;
bool BucketNameHasBeenSet() const
const DataIntegrationFlowS3Options & GetOptions() const
bool OptionsHasBeenSet() const
DataIntegrationFlowS3TargetConfiguration & WithOptions(OptionsT &&value)
void SetOptions(OptionsT &&value)
void SetPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
DataIntegrationFlowS3TargetConfiguration & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
DataIntegrationFlowS3TargetConfiguration & WithPrefix(PrefixT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool PrefixHasBeenSet() const
const Aws::String & GetBucketName() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3TargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3TargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3TargetConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue