7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LocationT = Aws::String>
48 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
49 template<
typename LocationT = Aws::String>
55 bool m_locationHasBeenSet =
false;
AWS_CLEANROOMS_API ProtectedJobS3Output & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocation() const
bool LocationHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API ProtectedJobS3Output()=default
void SetLocation(LocationT &&value)
ProtectedJobS3Output & WithLocation(LocationT &&value)
AWS_CLEANROOMS_API ProtectedJobS3Output(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue