7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
60 template <
typename KeyT = Aws::String>
62 m_keyHasBeenSet =
true;
63 m_key = std::forward<KeyT>(value);
65 template <
typename KeyT = Aws::String>
67 SetKey(std::forward<KeyT>(value));
75 bool m_bucketHasBeenSet =
false;
76 bool m_keyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue