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>
61 template<
typename PrefixT = Aws::String>
62 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
63 template<
typename PrefixT = Aws::String>
73 template<
typename OptionsT = DataIntegrationFlowS3Options>
74 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
75 template<
typename OptionsT = DataIntegrationFlowS3Options>
81 bool m_bucketNameHasBeenSet =
false;
84 bool m_prefixHasBeenSet =
false;
87 bool m_optionsHasBeenSet =
false;
DataIntegrationFlowS3SourceConfiguration & WithBucketName(BucketNameT &&value)
const DataIntegrationFlowS3Options & GetOptions() const
bool BucketNameHasBeenSet() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OptionsHasBeenSet() const
const Aws::String & GetPrefix() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(PrefixT &&value)
bool PrefixHasBeenSet() const
DataIntegrationFlowS3SourceConfiguration & WithOptions(OptionsT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucketName() const
void SetOptions(OptionsT &&value)
void SetBucketName(BucketNameT &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3SourceConfiguration()=default
DataIntegrationFlowS3SourceConfiguration & WithPrefix(PrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue