7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template <
typename BucketT = Aws::String>
56 m_bucketHasBeenSet =
true;
57 m_bucket = std::forward<BucketT>(value);
59 template <
typename BucketT = Aws::String>
73 template <
typename KeyT = Aws::String>
75 m_keyHasBeenSet =
true;
76 m_key = std::forward<KeyT>(value);
78 template <
typename KeyT = Aws::String>
80 SetKey(std::forward<KeyT>(value));
88 bool m_bucketHasBeenSet =
false;
89 bool m_keyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue