7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/supplychain/SupplyChain_EXPORTS.h>
19namespace SupplyChain {
40 template <
typename BucketNameT = Aws::String>
42 m_bucketNameHasBeenSet =
true;
43 m_bucketName = std::forward<BucketNameT>(value);
45 template <
typename BucketNameT = Aws::String>
58 template <
typename KeyT = Aws::String>
60 m_keyHasBeenSet =
true;
61 m_key = std::forward<KeyT>(value);
63 template <
typename KeyT = Aws::String>
65 SetKey(std::forward<KeyT>(value));
73 bool m_bucketNameHasBeenSet =
false;
74 bool m_keyHasBeenSet =
false;
bool BucketNameHasBeenSet() const
bool KeyHasBeenSet() const
DataIntegrationFlowS3Source & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
const Aws::String & GetKey() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Source & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Source(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Source()=default
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(KeyT &&value)
const Aws::String & GetBucketName() const
DataIntegrationFlowS3Source & WithKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue