7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BucketNameT = Aws::String>
47 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
48 template<
typename BucketNameT = Aws::String>
58 template<
typename KeyT = Aws::String>
59 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
60 template<
typename KeyT = Aws::String>
66 bool m_bucketNameHasBeenSet =
false;
69 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