7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/model/S3Location.h>
48 template<
typename LocationT = S3Location>
49 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
50 template<
typename LocationT = S3Location>
56 bool m_locationHasBeenSet =
false;
AWS_GLUEDATABREW_API S3TableOutputOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API S3TableOutputOptions()=default
AWS_GLUEDATABREW_API S3TableOutputOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
bool LocationHasBeenSet() const
const S3Location & GetLocation() const
S3TableOutputOptions & WithLocation(LocationT &&value)
void SetLocation(LocationT &&value)
Aws::Utils::Json::JsonValue JsonValue